mvalipour / specflow-report-templates

Different XSLT templates for Specflow report generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:XSLT 100.0%