testsuites
3 rows where build_id = 16167
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
196659 | 16167 16167 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6119/artifact/log/WDIO.xunit-2024-01-15T07-45-00-706Z.xml | Special RecentChanges | 1705329902 | 0.927 | 2 | 0 | 0 | 2 |
196660 | 16167 16167 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6119/artifact/log/WDIO.xunit-2024-01-15T07-45-00-718Z.xml | Special Watchlist | 1705329901 | 1.247 | 2 | 0 | 0 | 2 |
196661 | 16167 16167 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6119/artifact/log/WDIO.xunit-2024-01-15T07-45-03-278Z.xml | BlankPage | 1705329904 | 0.694 | 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) );