Enum TestReport.VideoRecordingMode
Determines whether video recording is enabled during test suite execution.
public enum TestReport.VideoRecordingMode
Fields
KeepAllTests = 2Video recording is enabled and all videos are kept.
Beware: Keeping videos for all tests can consume a large amount of storage.
KeepFailedTests = 1Video recording is enabled, but only failed test case videos are kept.
Off = 0Video recording is disabled.