forked from xerxesb/SpecFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
alisterscott edited this page Feb 23, 2011
·
2 revisions
- SpecFlow is distributed as a Windows Installer MSI file which is the only way to install it.
- SpecFlow can integrate to Visual Studio 2008 and Visual Studio 2010 - Professional, Premium and Ultimate.
- During the installation process you can decide whether to install the integration to the different Visual Studio versions.
- The installer deploys the necessary files to the specified folder (default: C:\Program Files\TechTalk\SpecFlow) and registers the Visual Studio Integration.
- 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/