Actions
action #125378
closedaction #125300: Support creating demo videos with pauses and mouse moving
[timeboxed:20h] Proof of concept for supporting creating demo videos with pauses and mouse moving size:M
Description
Motivation¶
Additionally to testing, openQA can be used to create demonstration videos, and ideally the same
test code can be used, just that there should be certain pauses, and we would want to see the mouse
moving and have a little pause before clicking.
Testing of course still has the higher priotity, and the os-autoinst code should not get more
complicated, but for creating simple demo videos we probably don't need much new code.
Acceptance criteria¶
- AC1: A PR for showing a demo mode exists and is enabled via a setting like
DEMO_MODE
, which can be used for videos targeted at human beings learning about something
Suggestions¶
- Provide an easy way to delay/sleep around needle matches (assuming this is usually what a user would want to take a look at)
- Move the mouse pointer gradually rather than instantaneously
Actions