Closed Bug 1012862 Opened 12 years ago Closed 12 years ago

Consider creating more human-readable test result file

Categories

(Firefox OS Graveyard :: Certification Suite, enhancement, P2)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jgriffin, Assigned: ted)

References

(Depends on 1 open bug)

Details

The cert suite currently produces a JSON result file. The Taipei engineers have requested the test results be "color coded" for easier human parsing. To accommodate this, we should consider producing an additional HTML result file which can display all the passes/fails/informative data in a more human-friendly format.
If we want to avoid duplication we could simply have a HTML file that loads the JSON results and presents them in an easy-to-read manner.
Assignee: nobody → ted
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Just to note what I actually implemented in that PR: There's a "results.html" file added to the output zip, and it shows a table of results for each sub-suite. Each sub-suite has a link to a separate HTML file which contains a view of its results. (That view is created using the structured logging HTMLFormatter, which could use some improvements.)
Depends on: 1030225
Depends on: 1030228
You need to log in before you can comment on or make changes to this bug.