Skip to content
gasparnagy edited this page Aug 1, 2011 · 6 revisions

SpecFlow is also available as a NuGet package. This is the easiest way to setup your project for SpecFlow.

The NuGet package contains only the generator and the runtime components of SpecFlow, so you still need to install the SpecFlow installer to your machine.

You can add SpecFlow to your project with the NuGet Package Management Console with

Install-Package SpecFlow -ProjectName myproject

Clone this wiki locally