Hacker News new | ask | show | jobs
by nunodonato 82 days ago
I think playwright doesnt capture video, right?
3 comments

It does. I literally just watched a video of a Playwright test run a few minutes ago.
Yes it does. https://github.com/microsoft/playwright-cli?tab=readme-ov-fi...

I'm pretty sure OP wrote their own version of playwright because they didn't know this existed.

Yeah I’ve never seen it capture video before, but if you specify in your `AGENTS.md` that you want to test certain types of workflows, it will take progressive screenshots using a sleep interval or by interacting with the DOM.