testsuites
5 rows where build_id = 22211
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254224 | 22211 22211 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/645/artifact/log/WDIO.xunit-2024-06-16T14-50-24-453Z.xml | Special Watchlist | 1718571025 | 0.576 | 1 | 0 | 0 | 1 |
254225 | 22211 22211 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/645/artifact/log/WDIO.xunit-2024-06-16T14-50-24-464Z.xml | User | 1718571025 | 5.699 | 2 | 0 | 0 | 0 |
254226 | 22211 22211 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/645/artifact/log/WDIO.xunit-2024-06-16T14-50-24-501Z.xml | Special RecentChanges | 1718571025 | 3.179 | 1 | 0 | 0 | 0 |
254227 | 22211 22211 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/645/artifact/log/WDIO.xunit-2024-06-16T14-50-24-503Z.xml | Page | 1718571025 | 24.172 | 9 | 0 | 0 | 0 |
254228 | 22211 22211 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/645/artifact/log/WDIO.xunit-2024-06-16T14-50-26-862Z.xml | BlankPage | 1718571028 | 0.911 | 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) );