Skip to content

Split the results data in several tables ? #291

Open
@harmin-parra

Description

@harmin-parra

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureThis issue/PR relates to a feature request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions