-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request