testsuites
3 rows where build_id = 22216
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254249 | 22216 22216 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/640/artifact/log/WDIO.xunit-2024-06-16T14-46-10-701Z.xml | User | 1718570771 | 5.188 | 2 | 0 | 0 | 0 |
254250 | 22216 22216 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/640/artifact/log/WDIO.xunit-2024-06-16T14-46-10-884Z.xml | Special Watchlist | 1718570772 | 0.847 | 2 | 0 | 0 | 2 |
254251 | 22216 22216 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/640/artifact/log/WDIO.xunit-2024-06-16T14-46-13-033Z.xml | BlankPage | 1718570773 | 0.668 | 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) );