Changelog: Playwright Tests 🤹

Jason Laster
Replay
Published in
1 min readMar 16, 2022

We’re excited to release first-class Playwright support this week! You can now install @replayio/playwright and start recording your tests. Best part, you will get a PR comment when tests fail!

We’ve been recording our tests since the beginning and cannot imagine working without it. When the test fails, you can quickly debug what went wrong. And if you have any questions, you can share the replay in chat!

We will be focusing on recording test runs in Q2. We have prototyped Cypress and Jest support. We will also be adding support for Vitest, Selenium, Puppeteer, and Storybook.

We’d love to hear what you think. Check out our docs and join the #testing channel in Discord.

Playwright in Action

We are starting with Floating UI, a library for positioning floating elements, because their Playwright test suite is great. Here are the commits where we added Replay. Here is a PR with some failing tests!

--

--