forked from xerxesb/SpecFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
SpecRun Integration
gasparnagy edited this page Aug 7, 2012
·
4 revisions
SpecRun is a smarter integration test runner for SpecFlow:
- Faster feedback: parallel test execution and smart execution order
- More information: advanced metrics, detecting random failures, historical execution statistics
- Not limited to SpecFlow: execute integration tests written with other unit testing frameworks
The SpecRun integration can be setup by adding a NuGet package to your project: [[SpecRun.SpecFlow|http://www.nuget.org/packages/SpecRun.SpecFlow]]. After the project is configured to use SpecRun, the "Run/Debug SpecFlow Scenarios" context menu commands will execute the tests (by default) with SpecRun. Learn more about SpecRun at http://www.specrun.com.