Skip to content

ArgumentsTestResultsFormat

x97mdr edited this page Mar 19, 2012 · 5 revisions

Test Results Format

Explanation

The format used for the report coming out of the test run o the features. There are many different testing frameworks supported by SpecFlow, plus all of the other gherkin style frameworks out there. Currently, only NUnit and xUnit output formats are accepted.

NOTE: Values are not case-sensitive: i.e. NUNIT = nunit = NUnit

Default Value

nunit

Possible Values

nunit, xunit, mstest

Usage

  • Console

Pickles.exe --test-results-format=xunit

Pickles.exe -trfmt=xunit

  • Powershell

Pickle-Features -TestResultsFormat xunit

  • MSBuild

  • NAnt

Clone this wiki locally