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