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

MSpecParams Type

Parameter type to configure the MSpec runner.

Record fields

Record Field Description

ErrorLevel

Full Usage: ErrorLevel

Field type: TestRunnerErrorLevel

An error level setting to specify whether a failed test should break the build

Field type: TestRunnerErrorLevel

ExcludeTags

Full Usage: ExcludeTags

Field type: string list

Tests with theses tags are ignored by MSpec

Field type: string list

HtmlOutputDir

Full Usage: HtmlOutputDir

Field type: string

Output directory for html reports (optional).

Field type: string

IncludeTags

Full Usage: IncludeTags

Field type: string list

Tests with theses tags are included by MSpec

Field type: string list

Silent

Full Usage: Silent

Field type: bool

Can be used to run MSpec in silent mode.

Field type: bool

TimeOut

Full Usage: TimeOut

Field type: TimeSpan

A timeout for the test runner

Field type: TimeSpan

ToolPath

Full Usage: ToolPath

Field type: string

The path to the mspec console runner. Use mspec-clr4.exe if you are on .NET 4.0 or above.

Field type: string

WorkingDir

Full Usage: WorkingDir

Field type: string

Working directory (optional)

Field type: string

XmlOutputPath

Full Usage: XmlOutputPath

Field type: string

Output file path for xml reports (optional).

Field type: string