This is part of the Fake.Testing.Fixie module.

FixieArgs

Args type to configure the Fixie runner

Record Fields

Record FieldDescription
Configuration
Signature: string

The configuration under which to build

CustomArguments
Signature: (string * string) list

Arbitrary arguments made available to custom discovery/execution classes.

Framework
Signature: string

Only run test assemblies targeting a specific framework.

NoBuild
Signature: bool

Skip building the test project prior to running it.

Report
Signature: string

Write test results to the specified path, using the xUnit XML format.