IT:AD:SpecFlow:HowTo:Create a SpecFlow project in your application
Process
- Create a new Assembly:
- Make it plain Lib assembly, if you plan to use
NUnit. - Or make it a /
Test/Unit Test Projectto make it into a MSUnit Test.
- If you'll be using
NUnit, use nuget to install it:install-packge nunit - Add Specflow to that project, using nuget:
install-package specflow.NUnit- Note: you can make it an MSTest assembly, edit the config, as described here: NUnit