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

VSTest.VSTestParams Type

Parameter type to configure VSTest.Console.exe

Record fields

Record Field Description

EnableCodeCoverage

Full Usage: EnableCodeCoverage

Field type: bool

Enables code coverage collection (optional).

Field type: bool

ErrorLevel

Full Usage: ErrorLevel

Field type: ErrorLevel

Error level for controlling how VSTest failures should break the build (optional).

Field type: ErrorLevel

Framework

Full Usage: Framework

Field type: string

Target .NET framework version to use for test execution (optional).

Field type: string

InIsolation

Full Usage: InIsolation

Field type: bool

Run the tests in an isolated process (optional).

Field type: bool

ListDiscoverers

Full Usage: ListDiscoverers

Field type: bool

List installed test discoverers (optional).

Field type: bool

ListExecutors

Full Usage: ListExecutors

Field type: bool

List installed test executors (optional).

Field type: bool

ListLoggers

Full Usage: ListLoggers

Field type: bool

List installed loggers (optional).

Field type: bool

ListSettingsProviders

Full Usage: ListSettingsProviders

Field type: bool

List installed settings providers (optional).

Field type: bool

ListTestsPath

Full Usage: ListTestsPath

Field type: string

List discovered tests from the given container path (optional).

Field type: string

Logger

Full Usage: Logger

Field type: string

The logger to use for test results (optional).

Field type: string

Parallel

Full Usage: Parallel

Field type: bool

Enables parallel test execution (optional).

Field type: bool

Platform

Full Usage: Platform

Field type: string

Target platform architecture for test execution (optional). Valid options include "x86", "x64" and "ARM".

Field type: string

SettingsPath

Full Usage: SettingsPath

Field type: string

Path to the run settings file to run tests with additional settings such as data collectors (optional).

Field type: string

TestAdapterPath

Full Usage: TestAdapterPath

Field type: string

Path to test adapter e.g. xUnit (optional)

Field type: string

TestCaseFilter

Full Usage: TestCaseFilter

Field type: string

Run tests that match the given expression (optional). Cannot be used with the Tests argument

Field type: string

Tests

Full Usage: Tests

Field type: seq<string>

Names of the tests that should be run (optional).

Field type: seq<string>

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 VSTest.Console.exe (optional). By default the default install location is searched.

Field type: string

UseVsixExtensions

Full Usage: UseVsixExtensions

Field type: bool

Use installed VSIX extensions in VSTest (optional).

Field type: bool

WorkingDir

Full Usage: WorkingDir

Field type: string

Working directory (optional).

Field type: string