testsuites
5 rows where build_id = 22432
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255668 | 22432 22432 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/506/artifact/log/WDIO.xunit-2024-06-16T13-10-03-288Z.xml | User | 1718565004 | 5.018 | 2 | 0 | 0 | 0 |
255669 | 22432 22432 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/506/artifact/log/WDIO.xunit-2024-06-16T13-10-03-293Z.xml | Special Watchlist | 1718565004 | 0.558 | 1 | 0 | 0 | 1 |
255670 | 22432 22432 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/506/artifact/log/WDIO.xunit-2024-06-16T13-10-03-301Z.xml | Page | 1718565004 | 22.418 | 9 | 0 | 0 | 0 |
255671 | 22432 22432 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/506/artifact/log/WDIO.xunit-2024-06-16T13-10-03-361Z.xml | Special RecentChanges | 1718565004 | 3.32 | 1 | 0 | 0 | 0 |
255672 | 22432 22432 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/506/artifact/log/WDIO.xunit-2024-06-16T13-10-05-715Z.xml | BlankPage | 1718565006 | 0.857 | 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) );