testsuites
3 rows where build_id = 7469
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
103105 | 7469 7469 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9505/artifact/log/WDIO.xunit-2021-10-07T10-08-43-702Z.xml | CodeMirror bracket match default | 1633622927 | 6.33 | 1 | 1 | 1 | 0 |
103106 | 7469 7469 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9505/artifact/log/WDIO.xunit-2021-10-07T10-08-54-972Z.xml | CodeMirror bracket match highlighting for the wikitext 2010 editor | 1633622938 | 6.344 | 2 | 0 | 0 | 0 |
103107 | 7469 7469 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9505/artifact/log/WDIO.xunit-2021-10-07T10-09-05-711Z.xml | CodeMirror bracket match highlighting for the wikitext 2017 editor | 1633622948 | 8.062 | 2 | 0 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE testsuites ( id INTEGER PRIMARY KEY, build_id INTEGER NOT NULL, url TEXT NOT NULL, name TEXT, timestamp INTEGER, time REAL, tests INTEGER, failures INTEGER, errors INTEGER, skipped INTEGER, UNIQUE(url,name,timestamp), FOREIGN KEY(build_id) REFERENCES builds(id) );