https://github.com/web-platform-tests/wpt
Raw File
Tip revision: fa324625246ca3fa5e5d8fdb9caf43650b2943b9 authored by Guido Urdaneta on 03 October 2017, 11:44:18 UTC
Add SpeechRecognition Web Platform Tests
Tip revision: fa32462
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