EnableComments
Signature: bool option
|
As of version 2.6, Pickles includes Gherkin #-style comments. As of version 2.7, this inclusion is configurable.
|
ErrorLevel
Signature: ErrorLevel
|
Option which allows to specify if failure of pickles should break the build.
|
ExcludeTags
Signature: string list
|
exclude scenarios that match this tags
|
FeatureDirectory
Signature: string
|
The directory to start scanning recursively for features
|
FeatureFileLanguage
Signature: string option
|
The language of the feature files
|
HideTags
Signature: string list
|
Technical tags that shouldn't be displayed
|
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'
|
WorkingDir
Signature: string
|
The working directory
|