Skip to content

Instantly share code, notes, and snippets.

@StephenCavender
Created May 10, 2017 12:17
Show Gist options
  • Save StephenCavender/46f5c9bbff49cd4cfc4e64136963366e to your computer and use it in GitHub Desktop.
Save StephenCavender/46f5c9bbff49cd4cfc4e64136963366e to your computer and use it in GitHub Desktop.
xUnit 1.9.1 console runner options
xUnit.net console test runner (64-bit .NET 4.0.30319.42000)
Copyright (C) 2007-11 Microsoft Corporation.
usage: xunit.console.clr4 <xunitProjectFile> [options]
usage: xunit.console.clr4 <assemblyFile> [configFile] [options]
Valid options:
/silent : do not output running test count
/teamcity : forces TeamCity mode (normally auto-detected)
/wait : wait for input after completion
/trait "name=value" : only run tests with matching name/value traits
: if specified more than once, acts as an OR operation
/-trait "name=value" : do not run tests with matching name/value traits
: if specified more than once, acts as an AND operation
Valid options for assemblies only:
/noshadow : do not shadow copy assemblies
/xml <filename> : output results to Xunit-style XML file
/html <filename> : output results to HTML file
/nunit <filename> : output results to NUnit-style XML file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment