Specflow is a fantastic BDD tool, but the default template that comes with it's report generator is not only ugly but also missing some useful information from the test result (such as categories and namespaces).
The aim of this project is to collect templates that can be passed to specflow report generator to get better output.
Have you made your own XSLT for this purpose? Why not share it with others here? Also if you found an issue or want to improve something. I welcome pull-requests :)
You should use the report generator command-line as always but with an additional xsltFile
parameter, passing to it the XSLT file path.
specflow.exe nunitexecutionreport "xyz.csproj" /xsltFile:"<path to the XSLT file of the template>"
Here the default template and a new template called dream are compared: