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

Fixie

Contains tasks to run Fixie unit tests.

Nested types and modules

TypeDescription
FixieArgs

Args type to configure the Fixie runner

Functions and values

Function or valueDescription
Fixie.Fixie(setParams)
Signature: setParams:(FixieArgs -> FixieArgs) -> unit

This task to can be used to run Fixie on test libraries.

Parameters

  • setParams - Function used to overwrite the Fixie default parameters.

Sample

Fixie (fun p -> { p with Configuration = "Release"; CustomArguments = ["custom","1"; "test","2"] })