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

Implement Screen Recording #207

Closed
dougnoel opened this issue Mar 22, 2021 · 2 comments · May be fixed by #231
Closed

Implement Screen Recording #207

dougnoel opened this issue Mar 22, 2021 · 2 comments · May be fixed by #231
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@dougnoel
Copy link
Owner

As a user I want to be able to turn screen recording on so that I can record tests.

There should be a few flags:

  • Unset: Defaults to Off
  • Off: No screen recording is done.
  • Tagged: Screen recording is done for tests that have a @ScreenRecord Tag
  • On: Screen recording is done for every test.

https://www.tutorialspoint.com/selenium/selenium_capture_video.htm
https://www.tadigital.com/insights/perspectives/how-to-video-record-selenium-test-cases
http://roadtoautomation.blogspot.com/2013/03/screen-recording-video-of-java-webdiver.html

@dougnoel dougnoel added enhancement New feature or request good first issue Good for newcomers labels Mar 22, 2021
@dougnoel dougnoel added this to the 2.1.0 milestone Mar 22, 2021
@dougnoel
Copy link
Owner Author

Output of the screen recordings should be in the results folder. Filename should be the scenario or feature name recorded. Re-running the tests should overwrite existing results.

@dougnoel
Copy link
Owner Author

https://www.techsmith.com/codecs.html

Need to install this codec to see the screen recordings using Monte.

@sampacos sampacos linked a pull request Jan 19, 2022 that will close this issue
@dougnoel dougnoel linked a pull request Apr 13, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
2 participants