testsuites
4 rows where build_id = 22567
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258364 | 22567 22567 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/163/artifact/log/WDIO.xunit-2024-06-16T15-21-22-278Z.xml | Special Watchlist | 1718572883 | 0.525 | 1 | 0 | 0 | 1 |
258365 | 22567 22567 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/163/artifact/log/WDIO.xunit-2024-06-16T15-21-22-287Z.xml | Page | 1718572883 | 22.52 | 9 | 0 | 0 | 0 |
258366 | 22567 22567 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/163/artifact/log/WDIO.xunit-2024-06-16T15-21-22-319Z.xml | User | 1718572883 | 5.326 | 2 | 0 | 0 | 0 |
258367 | 22567 22567 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/163/artifact/log/WDIO.xunit-2024-06-16T15-21-24-747Z.xml | BlankPage | 1718572885 | 0.738 | 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) );