Skip to content

Instantly share code, notes, and snippets.

@nicolaspanel
Created August 14, 2013 18:21
Show Gist options
  • Save nicolaspanel/6233931 to your computer and use it in GitHub Desktop.
Save nicolaspanel/6233931 to your computer and use it in GitHub Desktop.
App.config SpecFlow configuration for VS 2012 Express
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="specFlow" type="TechTalk.SpecFlow.Configuration.ConfigurationSectionHandler, TechTalk.SpecFlow"/>
</configSections>
<specFlow>
<unitTestProvider name="NUnit" />
<language feature="en-US"/>
<runtime detectAmbiguousMatches="true" stopAtFirstError="false" missingOrPendingStepsOutcome="Inconclusive"/>
<trace traceSuccessfulSteps="true" traceTimings="false" minTracedDuration="0:0:0.1"/>
</specFlow>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment