To start a screen recording, add the - startRecording: name
command to your Flow like this:
appId: yourAppId
---
- launchApp
- startRecording: recording
...
- stopRecording
...
Your recording will then be available in the same directory as the test flow.
{% content-ref url="stoprecording.md" %} stoprecording.md {% endcontent-ref %}