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
PicklesParams
The Pickles parameter type
Record Fields
Record Field | Description |
ErrorLevel
Signature: PicklesErrorLevel
|
Option which allows to specify if failure of pickles should break the build. |
FeatureDirectory
Signature: string
|
The directory to start scanning recursively for features |
FeatureFileLanguage
Signature: string option
|
The language of the feature files |
IncludeExperimentalFeatures
Signature: bool option
|
Option which allows to enable some experimental features |
LinkedTestResultFiles
Signature: string list
|
the paths to the linked test results files |
OutputDirectory
Signature: string
|
The directory where output files will be placed |
OutputFileFormat
Signature: DocumentationFormat
|
The format of the output documentation |
SystemUnderTestName
Signature: string option
|
The name of the system under test |
SystemUnderTestVersion
Signature: string option
|
The version of the system under test |
TestResultsFormat
Signature: TestResultsFormat
|
the format of the linked test results |
TimeOut
Signature: TimeSpan
|
Maximum time to allow xUnit to run before being killed. |
ToolPath
Signature: string
|
The path to the Pickles console tool: 'pickles.exe' |