Open
Description
I'd like to write a script which converts a SQLite database (containing greentea run results for every device) into a HTML website that shows those test results. Pages I'd like to add:
- Top level view: table of targets along the top, test cases along the side. Cell color shows whether test passed, failed, or was skipped for the target. Clicking on a test shows the test page. Clicking on a target shows the target page. Clicking on a cell shows the test run page for the given target and test.
- Test page: for a given test, shows a table with individual test cases along the top, targets along the side. This allows you to see which individual test cases passed/failed for a given target.
- Target page: Shows all test results for a given target. Also displays a second table showing the target features and components and whether there were any test failures with any of the declared features.
- Test run page: Displays the output of running a given test on a given target. Also shows how the test runner parsed the test cases and whether they passed.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done