This feature records the entire test run as an MP4 video, which is helpful for debugging unattended or distributed executions.
Enabling video recording in TOSCA.
- Navigate to Project Settings in Tosca Commander.
- Go to
TBox->Execution Recorder
- Set the
Enable Execution Recorderoption toTrue. You can also choose to record all executions or only failed test cases. - The output path and file name (defaulting to a "Recordings" folder) can also be customized in these settings.
NOTE:
You can prevent specific test cases from being recorded by setting a test configuration parameter named
AvoidExecutionRecording to True at the folder or test case level.