Enum CaptureLevel
The possible levels for capturing snapshots for the report.
public enum CaptureLevel
Fields
All = 0Snapshots are captured for all test object operations.
Off = 2Snapshots are not captured for test object operations.
OnError = 1Snapshots are captured only for test object operations with errors.