test-runner
test-runner copied to clipboard
[Question] How to record videos?
Do you have any ideas if it is possible to record videos of the test run? Playwright supports this functionality, I've tried to use it with the experimental test hooks API which is described in the readme but no luck.
In the test hooks the global browser context is available but nothing happened when I used it.
Am I missing something or this feature will not work with the existing setup?
Also curious about this! Maybe extending the default Playwright config?