testsuites
5 rows where build_id = 22398
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255470 | 22398 22398 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/540/artifact/log/WDIO.xunit-2024-06-16T15-06-18-308Z.xml | Special RecentChanges | 1718571979 | 3.719 | 1 | 0 | 0 | 0 |
255471 | 22398 22398 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/540/artifact/log/WDIO.xunit-2024-06-16T15-06-18-336Z.xml | Page | 1718571979 | 31.106 | 9 | 0 | 0 | 0 |
255472 | 22398 22398 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/540/artifact/log/WDIO.xunit-2024-06-16T15-06-18-346Z.xml | User | 1718571979 | 6.009 | 2 | 0 | 0 | 0 |
255473 | 22398 22398 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/540/artifact/log/WDIO.xunit-2024-06-16T15-06-18-348Z.xml | Special Watchlist | 1718571979 | 0.397 | 1 | 0 | 0 | 1 |
255474 | 22398 22398 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/540/artifact/log/WDIO.xunit-2024-06-16T15-06-20-892Z.xml | BlankPage | 1718571981 | 0.944 | 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) );