Skip to content

Add HTML output #234

@MASSHUU12

Description

@MASSHUU12

Is your feature request related to a problem?

Confirma lacks a convenient way to analyze test reports.

Describe the solution you'd like

Confirma should be able to generate interactive reports in the form of a website.

Possible approaches:

  • report generated directly into HTML format
  • a report generated to a JSON file and parsed by a JavaScript script located in the HTML file.

The first approach is potentially simpler, and would generate only one HTML file, but at the same time it would be hard to achieve a more complex and interactive page structure.

The second approach allows a lot of control over the structure of the page, but requires more work and adjustment of the script to the structure of the JSON file after any changes. In addition, it would generate two files (JSON and HTML) unless the JSON report is injected into the HTML file.

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions