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

XUnit2Params Type

The xUnit2 parameter type.

Record fields

Record Field Description

Class

Full Usage: Class

Field type: string option

Run xUnit against a specific class

Field type: string option

ErrorLevel

Full Usage: ErrorLevel

Field type: TestRunnerErrorLevel

Test runner error level.

Field type: TestRunnerErrorLevel

ExcludeTraits

Full Usage: ExcludeTraits

Field type: (string * string) list

List of traits to exclude.

Field type: (string * string) list

ForceAppVeyor

Full Usage: ForceAppVeyor

Field type: bool

Forces AppVeyor CI mode (normally auto-detected).

Field type: bool

ForceTeamCity

Full Usage: ForceTeamCity

Field type: bool

Forces TeamCity mode (normally auto-detected).

Field type: bool

HtmlOutputPath

Full Usage: HtmlOutputPath

Field type: string option

The output path of the xUnit HTML report.

Field type: string option

IncludeTraits

Full Usage: IncludeTraits

Field type: (string * string) list

List of traits to include.

Field type: (string * string) list

MaxThreads

Full Usage: MaxThreads

Field type: CollectionConcurrencyMode

The xUnit thread limiting strategy.

Field type: CollectionConcurrencyMode

Method

Full Usage: Method

Field type: string option

Run xUnit against a specific method

Field type: string option

NUnitXmlOutputPath

Full Usage: NUnitXmlOutputPath

Field type: string option

The output path of the NUnit XML report.

Field type: string option

Namespace

Full Usage: Namespace

Field type: string option

Run xUnit against a specific namespace

Field type: string option

NoAppDomain

Full Usage: NoAppDomain

Field type: bool

Do not use app domains to run test code.

Field type: bool

Parallel

Full Usage: Parallel

Field type: ParallelMode

The xUnit parallelization mode.

Field type: ParallelMode

ShadowCopy

Full Usage: ShadowCopy

Field type: bool

Run xUnit with shadow copy enabled.

Field type: bool

Silent

Full Usage: Silent

Field type: bool

Run xUnit without reporting test progress.

Field type: bool

TimeOut

Full Usage: TimeOut

Field type: TimeSpan

Maximum time to allow xUnit to run before being killed.

Field type: TimeSpan

ToolPath

Full Usage: ToolPath

Field type: string

The path to the xUnit console runner: `xunit.console.exe`

Field type: string

Wait

Full Usage: Wait

Field type: bool

Waits for input after completion.

Field type: bool

WorkingDir

Full Usage: WorkingDir

Field type: string option

The working directory for running the xunit console runner.

Field type: string option

XmlOutputPath

Full Usage: XmlOutputPath

Field type: string option

The output path of the xUnit XML report.

Field type: string option

XmlV1OutputPath

Full Usage: XmlV1OutputPath

Field type: string option

The output path of the xUnit XML report (in the xUnit v1 style).

Field type: string option