testsuites
4 rows where build_id = 16616
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
200456 | 16616 16616 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1709/artifact/log/WDIO.xunit-2024-01-11T22-32-10-647Z.xml | Special RecentChanges | 1705037532 | 6.258 | 1 | 0 | 0 | 0 |
200457 | 16616 16616 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1709/artifact/log/WDIO.xunit-2024-01-11T22-32-10-652Z.xml | Page | 1705037531 | 27.813 | 9 | 0 | 0 | 0 |
200458 | 16616 16616 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1709/artifact/log/WDIO.xunit-2024-01-11T22-32-10-708Z.xml | Special Watchlist | 1705037531 | 0.633 | 1 | 0 | 0 | 1 |
200459 | 16616 16616 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1709/artifact/log/WDIO.xunit-2024-01-11T22-32-13-812Z.xml | BlankPage | 1705037536 | 4.079 | 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) );