CI Improvements — March 2022

Ryan Duffy
Replay
Published in
Mar 30, 2022

Two weeks ago we announced improvements to our Playwright integration with the release of an npm package,@replayio/playwright, and a GitHub Action,replayio/action-playwright.

We’ve continued these improvements with a couple new updates on automated testing support:

  • We’ve updatedreplayio/action-playwright GitHub Action to v0.3.0with support for uploading all replays of tests instead of only the failed tests with the upload-all input.
  • We’ve released a new GitHub Action,replayio/action-upload which will upload replays made in other ways (e.g. a node script, using Playwright manually, or using Puppeteer).

We have a lot more planned to improve CI integration for Replay and help teams record their automated tests next quarter so stay tuned!

--

--