Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

FixieHelper

Contains tasks to run Fixie unit tests.

Nested types and modules

TypeDescription
FixieParams

Parameter type to configure the Fixie runner

Functions and values

Function or valueDescription
Fixie setParams assemblies
Signature: setParams:(FixieParams -> FixieParams) -> assemblies:seq<string> -> unit

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

Parameters

  • setParams - Function used to overwrite the Fixie default parameters.
  • assemblies - The file names of the test assemblies.

Sample

1: 
2: 
!! (testDir @@ "Test.*.dll") 
  |> Fixie (fun p -> { p with CustomOptions = ["custom","1"; "test",2] })
FixieDefaults
Signature: FixieParams

Fixie default parameters - tries to locate Fixie.Console.exe in any subfolder.