Reputation: 805
I am writing a specflow project, with many features and different steps. The goal of this project is to give tools for business oriented QA so they'll make good BDD tests.
Now I finished developement and I want to gather all steps together to make a nice wiki tutorial.
Is there a good way to get a list of all the step definitions without copying them manually?
Upvotes: 1
Views: 2463
Reputation: 2795
SpecFlow Documentation for getting a step definitions report:
specflow.exe stepdefinitionreport Project.csproj /out:Steps.html
Upvotes: 4