opentypejs-reports

Opentype.js test reports generated with icu-project/text-rendering-tests

Test Reports

This is the command I use to generate the reports for OpenType.js only:

python check.py --engine=OpenType.js --output=reports/{version}.html
# or
python check.py --engine=OpenType.js --output=reports/master-{commit-hash}.html

And for couting the passed/failed tests, run this in the Chromium dev console:

`(passing: ${$$('.conformance-pass').length}, failing: ${$$('.conformance-fail').length})`

Releases

Master

Test/WIP