Table of Contents

Enum TestReport.VideoRecordingMode

Namespace
Ranorex.Core.Reporting
Assembly
Ranorex.Core.dll

Determines whether video recording is enabled during test suite execution.

public enum TestReport.VideoRecordingMode

Fields

KeepAllTests = 2

Video recording is enabled and all videos are kept.

Beware: Keeping videos for all tests can consume a large amount of storage.

KeepFailedTests = 1

Video recording is enabled, but only failed test case videos are kept.

Off = 0

Video recording is disabled.