testsuites
4 rows where build_id = 22418
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255601 | 22418 22418 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/520/artifact/log/WDIO.xunit-2024-06-16T14-04-15-389Z.xml | Page | 1718568256 | 22.909 | 9 | 0 | 0 | 0 |
255602 | 22418 22418 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/520/artifact/log/WDIO.xunit-2024-06-16T14-04-15-401Z.xml | Special Watchlist | 1718568256 | 0.501 | 1 | 0 | 0 | 1 |
255603 | 22418 22418 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/520/artifact/log/WDIO.xunit-2024-06-16T14-04-15-415Z.xml | User | 1718568256 | 5.63 | 2 | 0 | 0 | 0 |
255604 | 22418 22418 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/520/artifact/log/WDIO.xunit-2024-06-16T14-04-18-029Z.xml | BlankPage | 1718568258 | 0.765 | 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) );