Open
Description
Enhancement suggestion
Instead of having a gigantic HTML table with all the results, could we split that table and produce a separate HTML table per module ?
That will improve the readability of the test report
It would also be nice to have all the details collapsed in the beginning right just after the page is loaded (init function).
I was thinking of something like this :
<h2>Results</h2>
<h3> 1st module </h3>
<table> 1st module results </table>
<h3> 2nd module </h3>
<table> 2nd module results </table>