Skip to content

System Requirements

charlesbryant edited this page May 3, 2014 · 1 revision

IDE

TestPipe is tested with Visual Studio 2013 and .NET 4.0. It may be possible to use it outside of these specs, but we haven't tried.

SpecFlow

TestPipe uses SpecFlow as its test writer so you should install the SpecFlow IDE integration. This adds SpecFlow to Visual Studio and gives you tools to make writing your tests easier. You can find out how to do that here http://www.specflow.org/documentation/Install-IDE-Integration/.

NUnit

We only tested integration with NUnit as the test runner and we use the NUnit Test Adapter to run tests. You can install the adapter from NuGet: NUnit Test Adapter for Visual Studio. It may be possible to use any test runner supported by SpecFlow (http://www.specflow.org/documentation/Unit-Test-Providers/).

Visit our contributor blogs:

decoupledlogic.wordpress.com

Clone this wiki locally