Y
Hacker News
new
|
ask
|
show
|
jobs
by
nunodonato
82 days ago
I think playwright doesnt capture video, right?
3 comments
hungryhobbit
82 days ago
It does. I literally just watched a video of a Playwright test run a few minutes ago.
link
abletonlive
81 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.
link
vunderba
82 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.
link