Closed Bug 1012862 Opened 10 years ago Closed 10 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
Merged:
https://github.com/mozilla-b2g/fxos-certsuite/commit/61c5f17d209496d61d41b246b9796f8da451391c
Status: NEW → RESOLVED
Closed: 10 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.