testsuites
4 rows where build_id = 22423
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255625 | 22423 22423 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/515/artifact/log/WDIO.xunit-2024-06-16T13-47-11-193Z.xml | User | 1718567232 | 5.611 | 2 | 0 | 0 | 0 |
255626 | 22423 22423 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/515/artifact/log/WDIO.xunit-2024-06-16T13-47-11-233Z.xml | Page | 1718567232 | 23.52 | 9 | 0 | 0 | 0 |
255627 | 22423 22423 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/515/artifact/log/WDIO.xunit-2024-06-16T13-47-11-274Z.xml | Special Watchlist | 1718567232 | 0.431 | 1 | 0 | 0 | 1 |
255628 | 22423 22423 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/515/artifact/log/WDIO.xunit-2024-06-16T13-47-13-935Z.xml | BlankPage | 1718567234 | 0.877 | 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) );