Christian Hassa over at TechTalk was good enough to send me an email recently with some videos showing new features they’ve released into SpecRun, their integration test runner for SpecFlow.
- SpecRun TFS integration
They’ve solved some problems around TFS build integration for SpecFlow that simply makes ATDD scenario execution a seamless build action.
- Parallel test execution
This is cool! They are creating a unique data source per thread of exectution, ensuring that ATDD tests can:
a. All run at the same time
b. without colliding into each other by mutating shared data state
- Finally, the SpecRun living documentation can be now browsed as HTML, genereated by SpecLog HTML export)