https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2bd39e3af5971707afa4d8889a829ac49a9dea7f authored by James Graham on 12 April 2018, 13:01:19 UTC
Improve handling of harness-level errors in wptrunner
Tip revision: 2bd39e3
README.md
# WebVTT Tests

## Categorization

Dependencies:
* Python 3

Once you have run the tests with `/tools/runner/index.html`, press the "Download
JSON results" button to download a file containing the results. You can then run
the categorization tool to get a better overview of the test results:

```bash
$ python3 tools/categorize_results.py runner-results.json
```
back to top