csf-dev / CSF.Screenplay

Implementation of the Screenplay pattern (aka Journey) in .NET
https://csf-dev.github.io/CSF.Screenplay/
MIT License
13 stars 1 forks source link

To get HTML reports, devs should have a CLI app to create them from JSON #145

Closed craigfowler closed 6 years ago

craigfowler commented 6 years ago

After #67 is complete, the JSON data created by such a report should be convertible to an HTML report via a command-line application.

This is necessary because even after a few performance improvements, the creation of HTML reports is still too time-consuming to perform as part of the 'test unload' operation of s testing framework like NUnit.

Saving JSON data should be far quicker, and that may then be converted to HTML afterwards.

craigfowler commented 6 years ago

Blocked by #148.