Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created February 2, 2015 10:02
$root="C:\Projects\Test\TestPickles\TestPickles"
$FeatureDirectory = "$root\"
$OutputDirectory = "$root\PicklesOutput"
$DocumentationFormat = "html"
$TestResultsFormat = "nunit"
$TestResultsFile = "$root\bin\Debug\TestResult.xml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment