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

Pickles.PicklesParams Type

The Pickles parameter type

Record fields

Record Field Description

EnableComments

Full Usage: EnableComments

Field type: bool option

As of version 2.6, Pickles includes Gherkin #-style comments. As of version 2.7, this inclusion is configurable.

Field type: bool option

ErrorLevel

Full Usage: ErrorLevel

Field type: ErrorLevel

Option which allows to specify if failure of pickles should break the build.

Field type: ErrorLevel

ExcludeTags

Full Usage: ExcludeTags

Field type: string list

exclude scenarios that match this tags

Field type: string list

FeatureDirectory

Full Usage: FeatureDirectory

Field type: string

The directory to start scanning recursively for features

Field type: string

FeatureFileLanguage

Full Usage: FeatureFileLanguage

Field type: string option

The language of the feature files

Field type: string option

HideTags

Full Usage: HideTags

Field type: string list

Technical tags that shouldn't be displayed

Field type: string list

IncludeExperimentalFeatures

Full Usage: IncludeExperimentalFeatures

Field type: bool option

Option which allows to enable some experimental features

Field type: bool option

LinkedTestResultFiles

Full Usage: LinkedTestResultFiles

Field type: string list

the paths to the linked test results files

Field type: string list

OutputDirectory

Full Usage: OutputDirectory

Field type: string

The directory where output files will be placed

Field type: string

OutputFileFormat

Full Usage: OutputFileFormat

Field type: DocumentationFormat

The format of the output documentation

Field type: DocumentationFormat

SystemUnderTestName

Full Usage: SystemUnderTestName

Field type: string option

The name of the system under test

Field type: string option

SystemUnderTestVersion

Full Usage: SystemUnderTestVersion

Field type: string option

The version of the system under test

Field type: string option

TestResultsFormat

Full Usage: TestResultsFormat

Field type: TestResultsFormat

the format of the linked test results

Field type: TestResultsFormat

TimeOut

Full Usage: TimeOut

Field type: TimeSpan

Maximum time to allow xUnit to run before being killed.

Field type: TimeSpan

ToolPath

Full Usage: ToolPath

Field type: string

The path to the Pickles console tool: 'pickles.exe'

Field type: string

WorkingDir

Full Usage: WorkingDir

Field type: string

The working directory

Field type: string