-
Notifications
You must be signed in to change notification settings - Fork 1
ReportConversionUtility
Craig Fowler edited this page Jan 21, 2020
·
3 revisions
Issue #173 has been opened to write this page, about the Report Format Conversion utility.
Currently the report conversion utility is a small executable, compiled from the main solution. It is the project CSF.Screenplay.Reporting.JsonToHtml. It is used with two parameters. The first is the path to the screenplay report JSON file (input) and the second is the path where we want to write a screenplay report HTML file (output). It is used like so:
CSF.Screenplay.Reporting.JsonToHtml.exe path/to/screenplay-report.json path/to/html-report.html
I believe that the directory where the HTML report is to be saved must exist, but the file will be created or overwritten by the executable.
The output is an interactive HTML file which lists the Screenplay tests which were performed, the steps included and their results.