TestRunnerSettings.

IgnoreErrors Property

Summary

Commands the runner to ignore errors. If you put this argument to the command line, the test log will contain no information on errors occurred during the test run. If you skip this argument, the runner will stop the run after the first error occurs and will post full information about the error to the log.

Syntax

public bool IgnoreErrors { get; set; }

Value

Type Description
bool