logo

CI Improvements — March 2022

profile photo
Ryan Duffy
javascript
name: Test and Upload uses: replayio/action-playwright@v0.3.0 with: apiKey: ${{ secrets.RECORD_REPLAY_API_KEY }} issue-number: ${{ github.event.pull_request.number }} public: true upload-all: true
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 have a lot more planned to improve CI integration for Replay and help teams record their automated tests next quarter so stay tuned!
post image
What exactly is time travel? How do we ensure we can reliably record and deterministically replay any website?
post image
This post walks through the fundamental concepts needed to make a performant time-machine.
post image
A deep dive into using time-travel debugging superpowers to analyze recordings and extract React DevTools data
Powered by Notaku