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

Improvement: Add possibility to change playback factor for screen recordings. #304

Open
4 tasks
wurzelkuchen opened this issue Nov 7, 2024 · 0 comments
Open
4 tasks
Labels
codeImplementationNeeded This issue requires a change in the code of Neodymium docsNeeded The documenttion needs to be checked if there are changes needed and if so, adaptions should be made improvement Low Priority

Comments

@wurzelkuchen
Copy link
Contributor

Quick Description

When we record the screen for a test run, we cannot simply change the playback speed in a useful way. We can change the video/gif.oneImagePerMilliseconds property, not in a very deterministic way (higher values speed up mp4 recording, but slow down gif recording).

A playback factor property might help here. If we expect long running test cases, we might want to set the default playback speed to 1.5 or 2 so we get faster through the recording.

User Story

As a testautomation engineer,
I want to be able to configure the playback speed of the recordings
so that long running test cases can be reviewed faster

Functional Requirements

  • Add property to control the playback factor

Documentation Requirements

  • Add the new property to our documentation in the properties files as well as the wiki

Test Requirements

  • Do a smoketest on an external test suite
  • Add unit tests as far as possible

Additional Information

This is a kind of related to this

@wurzelkuchen wurzelkuchen added improvement Medium Priority docsNeeded The documenttion needs to be checked if there are changes needed and if so, adaptions should be made codeImplementationNeeded This issue requires a change in the code of Neodymium Low Priority and removed Medium Priority labels Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codeImplementationNeeded This issue requires a change in the code of Neodymium docsNeeded The documenttion needs to be checked if there are changes needed and if so, adaptions should be made improvement Low Priority
Projects
None yet
Development

No branches or pull requests

1 participant