startRecording
To start a screen recording, add the - startRecording: name
command to your Flow like this:
Your recording will then be available in the same directory as the test flow.
To give a startRecording a label, or mark as optional, you can use the long form of the command:
To stop a recording in progress, use the stopRecording
command.
Last updated