testsuites
5 rows where build_id = 22591
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258509 | 22591 22591 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/139/artifact/log/WDIO.xunit-2024-06-16T13-59-24-156Z.xml | Special RecentChanges | 1718567965 | 3.096 | 1 | 0 | 0 | 0 |
258510 | 22591 22591 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/139/artifact/log/WDIO.xunit-2024-06-16T13-59-24-165Z.xml | Page | 1718567965 | 23.366 | 9 | 0 | 0 | 0 |
258511 | 22591 22591 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/139/artifact/log/WDIO.xunit-2024-06-16T13-59-24-214Z.xml | Special Watchlist | 1718567965 | 0.469 | 1 | 0 | 0 | 1 |
258512 | 22591 22591 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/139/artifact/log/WDIO.xunit-2024-06-16T13-59-24-226Z.xml | User | 1718567965 | 5.493 | 2 | 0 | 0 | 0 |
258513 | 22591 22591 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/139/artifact/log/WDIO.xunit-2024-06-16T13-59-26-850Z.xml | BlankPage | 1718567967 | 0.866 | 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) );