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
MSTestParams
Parameter type to configure the MSTest.exe.
Record Fields
Record Field | Description |
Category
Signature: string
|
Test category filter (optional). The test category filter consists of one or more test category names separated by the logical operators '&', '|', '!', '&!'. The logical operators '&' and '|' cannot be used together to create a test category filter. |
ErrorLevel
Signature: ErrorLevel
|
Option which allow to specify if a MSTest error should break the build. |
NoIsolation
Signature: bool
|
Run tests in isolation (optional). |
ResultsDir
Signature: string
|
Test results directory (optional) |
TestMetadataPath
Signature: string
|
Path to the Test Metadata file (.vdmdi) (optional) |
TestSettingsPath
Signature: string
|
Path to the Test Settings file (.testsettings) (optional) |
TimeOut
Signature: TimeSpan
|
A timeout for the test runner (optional) |
ToolPath
Signature: string
|
Path to MSTest.exe |
WorkingDir
Signature: string
|
Working directory (optional) |