Skip to content

ArgumentsDocumentationFormat

x97mdr edited this page Feb 7, 2012 · 8 revisions

Documentation Format

Explanation

If the user decides to weave test results into the generated output then this specifies what format the test results are in. This is usually dependent on the test runner that was used to produce the results

Note: The value passed to this argument is case-insensitive. i.e. NUnit = nunit = NUNIT

Default Value

NUnit

Possible Values

NUnit, xUnit

Usage

  • Console

Pickles.exe --documentation-format=NUnit

Pickles.exe -df=NUnit

  • Powershell

Pickle-Features -DocumentationFormat NUnit

  • MSBuild

  • NAnt

Clone this wiki locally