This is part of the Fake.DotNet.Testing.MSTest module.
Parameter type to configure the MSTest.exe.
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.
|
Details
Signature: string list
|
List of additional test case properties to display, if they exist (optional)
|
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 (.vsmdi) (optional)
|
Tests
Signature: string list
|
List of tests be run (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)
|