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
VSTest
Contains tasks to run VSTest unit tests.
Nested types and modules
Type | Description |
ErrorLevel |
Option which allow to specify if a VSTest error should break the build. |
VSTestParams |
Parameter type to configure VSTest.Console.exe |
Functions and values
Function or value | Description | ||
VSTest setParams assemblies
Signature: setParams:(VSTestParams -> VSTestParams) -> assemblies:seq<string> -> unit
|
Runs VSTest command line tool (VSTest.Console.exe) on a group of assemblies. Parameters
Sample usage
|
||
VSTestDefaults
Signature: VSTestParams
|
VSTest default parameters. |