FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

MSTestParams Type

Parameter type to configure the MSTest.exe.

Record fields

Record Field Description

Category

Full Usage: Category

Field type: 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.

Field type: string

Details

Full Usage: Details

Field type: string list

List of additional test case properties to display, if they exist (optional)

Field type: string list

ErrorLevel

Full Usage: ErrorLevel

Field type: ErrorLevel

Option which allow to specify if a MSTest error should break the build.

Field type: ErrorLevel

NoIsolation

Full Usage: NoIsolation

Field type: bool

Run tests in isolation (optional).

Field type: bool

ResultsDir

Full Usage: ResultsDir

Field type: string

Test results directory (optional)

Field type: string

TestMetadataPath

Full Usage: TestMetadataPath

Field type: string

Path to the Test Metadata file (.vsmdi) (optional)

Field type: string

TestSettingsPath

Full Usage: TestSettingsPath

Field type: string

Path to the Test Settings file (.testsettings) (optional)

Field type: string

Tests

Full Usage: Tests

Field type: string list

List of tests be run (optional)

Field type: string list

TimeOut

Full Usage: TimeOut

Field type: TimeSpan

A timeout for the test runner (optional)

Field type: TimeSpan

ToolPath

Full Usage: ToolPath

Field type: string

Path to MSTest.exe

Field type: string

WorkingDir

Full Usage: WorkingDir

Field type: string

Working directory (optional)

Field type: string