Wasafa1
Wasafa1

Reputation: 805

Exporting all specflow step definitions to make a tutorial for the tests

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

Answers (1)

drets
drets

Reputation: 2795

SpecFlow Documentation for getting a step definitions report:

specflow.exe stepdefinitionreport Project.csproj /out:Steps.html

Upvotes: 4

Related Questions