Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

use Fake.DotNet.Testing.XUnit2 instead (yes please migrate to xunit2)

XUnitParams

The xUnit parameter type.

Record Fields

Record FieldDescription
ErrorLevel
Signature: TestRunnerErrorLevel

Test runner error level.

ExcludeTraits
Signature: (string * string) list

List of traits to exclude.

ForceTeamCity
Signature: bool

Forces TeamCity mode (normally auto-detected)

HtmlOutputPath
Signature: string option

The output path of the xUnit HTML report.

IncludeTraits
Signature: (string * string) list

List of traits to include.

NUnitXmlOutputPath
Signature: string option

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

ShadowCopy
Signature: bool

Run xUnit with shadow copy enabled.

Silent
Signature: bool

Run xUnit without reporting test progress.

TimeOut
Signature: TimeSpan

Maximum time to allow xUnit to run before being killed.

ToolPath
Signature: string

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

WorkingDir
Signature: string option

The working directory for running the xunit console rnner.

XmlOutputPath
Signature: string option

The output path of the xUnit XML report.