Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] stop and start video recording on demand - i.e. on an already active page #14258

Closed
Reed88 opened this issue May 18, 2022 · 1 comment

Comments

@Reed88
Copy link

Reed88 commented May 18, 2022

I am using playwright to write (or rewrite in truth) e2e tests for an electron application. While I don't necessarily like it, we reuse a session for multiple tests and so video's can span multiple test cases.

It would be a great feature to be able to stop and save a video at the end of a test case, before starting a new video for the next test that will be using the same 'page'. Currently I'd need to relaunch to application and that is a fairly slow process.

If this was possible I could attach videos as test attachments to there respective test cases when we run our pipeline in devops. I have found many benefits while moving away from puppeteer, but we'd currently be sacrificing some ease/functionality when investigating test failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants