Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

use Fake.Testing.Common instead

TestRunnerErrorLevel

Option which allows to specify if a test runner error should break the build.

Union Cases

Union CaseDescription
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.