testsuites
5 rows where build_id = 711
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2663 | 711 711 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76254/artifact/log/WDIO.xunit-2021-09-24T20-54-55-636Z.xml | Page | 1632538497 | 0.817 | 17 | 0 | 0 | 17 |
2664 | 711 711 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76254/artifact/log/WDIO.xunit-2021-09-24T20-54-59-812Z.xml | Special RecentChanges | 1632538501 | 0.741 | 2 | 0 | 0 | 2 |
2665 | 711 711 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76254/artifact/log/WDIO.xunit-2021-09-24T20-55-03-973Z.xml | User | 1632538505 | 5.745 | 2 | 0 | 0 | 0 |
2666 | 711 711 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76254/artifact/log/WDIO.xunit-2021-09-24T20-55-13-288Z.xml | Special Watchlist | 1632538515 | 2.307 | 2 | 0 | 0 | 2 |
2667 | 711 711 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76254/artifact/log/WDIO.xunit-2021-09-24T20-55-19-105Z.xml | BlankPage | 1632538520 | 0.581 | 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) );