forked from xerxesb/SpecFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
gasparnagy edited this page Aug 7, 2012
·
13 revisions
SpecFlow IDE integration installation has been changed!
Download IDE integration packages depending on the IDE:
- Visual Studio 2012 and 2010: Visual Studio Gallery
- MonoDevelop: MonoDevelop Add-in Repository
- SharpDevelop: download addin and install it from SharpDevelop AddIn Manager
- Visual Studio 2008: download installer
Read more about the changes in the What's New Guide
- SpecFlow is designed to integrate into Visual Studio, and since Visual Studio Express doesn't allow Add-Ins or Macros, you can't use it as designed.
- There are workarounds available, that essentially involve manually copying the template files to your system, and using the specflow.exe command line tool to generate and run SpecFlow tests.
- See this blog post for more detail: http://watirmelon.com/2011/02/18/c-sharp-atdd-on-a-shoestring/