Open sandboxFocus

Property SkipDiffTool

SkipDiffTool

Gets or sets a value indicating whether the diff tool should be prevented from opening when test output differs from expected. The default value is false. To enable this option in a test, add this comment to your test file: // @SkipDiffTool.

Declaration
public bool? SkipDiffTool { get; set; }
Property Value
Type Description
bool?