← Back to context Comment by nunodonato 7 days ago I think playwright doesnt capture video, right? 4 comments nunodonato Reply hungryhobbit 7 days ago It does. I literally just watched a video of a Playwright test run a few minutes ago. abletonlive 6 days 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. vunderba 7 days ago 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.
hungryhobbit 7 days ago It does. I literally just watched a video of a Playwright test run a few minutes ago.
abletonlive 6 days 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.
vunderba 7 days ago 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.
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.