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
ProcessTestRunnerParams
The ProcessTestRunner parameter type.
Record Fields
Record Field | Description |
ErrorLevel
Signature: TestRunnerErrorLevel
|
Option which allows to specify if a test runner error should break the build. |
TimeOut
Signature: TimeSpan
|
If the timeout is reached the xUnit task will be killed. Default is 5 minutes. |
WorkingDir
Signature: string
|
The working directory (optional). |