forked from xerxesb/SpecFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
TFS 2012 Integration
Gáspár Nagy edited this page Sep 26, 2013
·
1 revision
The easiest way to execute SpecFlow scenarios on Team Foundation Server (TFS) 2012 Build is to use SpecRun as unit test provider (see SpecRun Integration). The SpecRun NuGet package contains all necessary integration components, and you don't need to do any additional configuration or build process template modification to let TFS build execute your scenarios, and even more:
- Display scenario titles in the execution result
- Generate detailed and customizable HTML report
- Allows filtering scenarios in the TFS build definition
- The integration also works with the hosted Team Foundation Service (http://tfs.visualstudio.com/)
As SpecFlow generates unit test code from the scenarios, the tests can be executed on any build server (as unit tests). The configuration depends on the unit test provider used.