Forked & ported from https://github.com/cucumber/cucumber-java-skeleton
This is a sample solution for SpecFlow. There is nothing fancy like a webapp or browser testing. All this does is to show you how to use and run SpecFlow.
There is a single feature file with one scenario. The scenario has three steps, two of them pending. See if you can make them all pass!
Git:
git clone https://github.com/AgileInstitute/specflow-starter.git
cd specflow-starter
Or simply download a zip file.