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

Enable screen recording for all tests by default #2053

Open
ubuntudroid opened this issue Sep 13, 2024 · 0 comments
Open

Enable screen recording for all tests by default #2053

ubuntudroid opened this issue Sep 13, 2024 · 0 comments

Comments

@ubuntudroid
Copy link

Use case

Screen recording can be a super helpful thing to debug why a test failed. However, right now one needs to manually activate them for every flow by using the startRecording and stopRecording commands which leads to boilerplate.

Proposal

Provide a way to toggle screen recordings for all flows, e.g. via a command line parameter --enableScreenRecording. The names of the mp4 files could be automatically deducted from the test file, e.g. test1.yaml -> test1.mp4.

As an extension of this, and potentially even more useful, there could also be another flag which would enable storing of recordings just for failed tests, such as --enableScreenRecordingOfFailedFlows, to help preserve system storage.

Anything else?

No response

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

No branches or pull requests

1 participant