• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

api/H03-May-2022-108

parsing/H30-Mar-2022-5,4773,851

rendering/cues-with-video/processing-model/H30-Mar-2022-943656

tools/H30-Mar-2022-138107

META.ymlH A D30-Mar-202295 54

README.mdH A D30-Mar-2022364 1510

categories.jsonH A D30-Mar-2022289 1312

README.md

1# WebVTT Tests
2
3## Categorization
4
5Dependencies:
6* Python 3
7
8Once you have run the tests with `/tools/runner/index.html`, press the "Download
9JSON results" button to download a file containing the results. You can then run
10the categorization tool to get a better overview of the test results:
11
12```bash
13$ python3 tools/categorize_results.py runner-results.json
14```
15