__init__.py |
|
0 |
chromium.py |
Formatter to produce results matching the Chromium JSON Test Results format.
https://chromium.googlesource.com/chromium/src/+/master/docs/testing/json_test_results_format.md
Notably, each test has an "artifacts" field that is a dict consisting of
"log": a list of strings (one per subtest + one for harness status, see
_append_test_message for the format)
"screenshots": a list of strings in the format of "url: base64"
|
15149 |
tests |
|
|
wptreport.py |
Formatter that produces results in the format that wptreport expects. |
4870 |
wptscreenshot.py |
Formatter that outputs screenshots in the format expected by wpt.fyi. |
1789 |