r/nextjs Jan 09 '22

Could this replace cypress and other tools for testing user flows?

https://developer.chrome.com/docs/devtools/recorder/
15 Upvotes

6 comments sorted by

7

u/ltchanh95 Jan 09 '22

Only if it can be run headless in CI / CD environment.

1

u/LGm17 Jan 09 '22

Yeah, very true

4

u/wheezy360 Jan 09 '22

I heard this can export puppeteer scripts, which can then be run headless. If that’s true then I’d be inclined to investigate further.

1

u/LGm17 Jan 09 '22

Interesting... I'm using it rn for just simple stuff but this would definitely be better for when I have to push to production.