testsuites
5 rows where build_id = 452
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
1290 | 452 452 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15278/artifact/log/WDIO.xunit-2021-09-24T06-51-29-405Z.xml | Page | 1632487890 | 0.718 | 17 | 0 | 0 | 17 |
1291 | 452 452 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15278/artifact/log/WDIO.xunit-2021-09-24T06-51-32-458Z.xml | Special RecentChanges | 1632487893 | 0.647 | 2 | 0 | 0 | 2 |
1292 | 452 452 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15278/artifact/log/WDIO.xunit-2021-09-24T06-51-35-480Z.xml | User | 1632487896 | 4.671 | 2 | 0 | 0 | 0 |
1293 | 452 452 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15278/artifact/log/WDIO.xunit-2021-09-24T06-51-42-452Z.xml | Special Watchlist | 1632487903 | 2.098 | 2 | 0 | 0 | 2 |
1294 | 452 452 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15278/artifact/log/WDIO.xunit-2021-09-24T06-51-46-999Z.xml | BlankPage | 1632487907 | 0.873 | 1 | 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) );