Skip to content

mvalipour/specflow-report-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Specflow Report Templates

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.

Contributing

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 :)

Usage

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>"

Example

Here the default template and a new template called dream are compared:


About

Different XSLT templates for Specflow report generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages