Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create visualizer for Greentea test data #2

Open
multiplemonomials opened this issue Feb 4, 2024 · 0 comments
Open

Create visualizer for Greentea test data #2

multiplemonomials opened this issue Feb 4, 2024 · 0 comments

Comments

@multiplemonomials
Copy link
Contributor

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant