Created
August 14, 2013 18:21
-
-
Save nicolaspanel/6233931 to your computer and use it in GitHub Desktop.
App.config
SpecFlow configuration for VS 2012 Express
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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