Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
TestRunnerErrorLevel
Option which allows to specify if a test runner error should break the build.
Union Cases
Union Case | Description |
DontFailBuild
Signature:
|
With this option set, no exception is thrown if a test is broken. |
Error
Signature:
|
This option instructs FAKE to break the build if a test runner reports an error. |
FailOnFirstError
Signature:
|
This option instructs FAKE to break the build if a test runner finds the first error. |