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

Expecto.Params Type

CLI parameters available if you use Tests.runTestsInAssembly defaultConfig argv in your code

Record fields

Record Field Description

CustomArgs

Full Usage: CustomArgs

Field type: string list

Custom arguments to use in the case the helper not yet supports them

Field type: string list

Debug

Full Usage: Debug

Field type: bool

Extra verbose output for your tests.

Field type: bool

FailOnFocusedTests

Full Usage: FailOnFocusedTests

Field type: bool

Fails the build if focused tests exist. Default is true

Field type: bool

Filter

Full Usage: Filter

Field type: string

Filter a specific hierarchy to run.

Field type: string

FilterTestCase

Full Usage: FilterTestCase

Field type: string

Filter a specific test case to run.

Field type: string

FilterTestList

Full Usage: FilterTestList

Field type: string

Filter a specific test list to run.

Field type: string

ListTests

Full Usage: ListTests

Field type: bool

Doesn't run tests, print out list of tests instead.

Field type: bool

Parallel

Full Usage: Parallel

Field type: bool

Run all tests in parallel. Default is true.

Field type: bool

ParallelWorkers

Full Usage: ParallelWorkers

Field type: int

Number of parallel workers (defaults to the number of logical processors).

Field type: int

PrintVersion

Full Usage: PrintVersion

Field type: bool

Prints the version on startup. Default is true

Field type: bool

Run

Full Usage: Run

Field type: string list

Run only provided tests.

Field type: string list

Summary

Full Usage: Summary

Field type: bool

Prints out summary after all tests are finished.

Field type: bool

SummaryLocation

Full Usage: SummaryLocation

Field type: bool

Prints out summary after all tests are finished including their source code location.

Field type: bool

WorkingDirectory

Full Usage: WorkingDirectory

Field type: string

Working directory

Field type: string

Static members

Static member Description

Params.DefaultParams

Full Usage: Params.DefaultParams

Returns: Params
Returns: Params