testsuites
5 rows where build_id = 22644
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
259108 | 22644 22644 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1214/artifact/log/WDIO.xunit-2024-06-14T21-30-42-163Z.xml | Special RecentChanges | 1718422243 | 3.342 | 1 | 0 | 0 | 0 |
259109 | 22644 22644 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1214/artifact/log/WDIO.xunit-2024-06-14T21-30-42-172Z.xml | Special Watchlist | 1718422243 | 0.355 | 1 | 0 | 0 | 1 |
259110 | 22644 22644 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1214/artifact/log/WDIO.xunit-2024-06-14T21-30-42-193Z.xml | Page | 1718422243 | 23.145 | 9 | 0 | 0 | 0 |
259111 | 22644 22644 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1214/artifact/log/WDIO.xunit-2024-06-14T21-30-42-198Z.xml | User | 1718422243 | 5.335 | 2 | 0 | 0 | 0 |
259112 | 22644 22644 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1214/artifact/log/WDIO.xunit-2024-06-14T21-30-44-414Z.xml | BlankPage | 1718422245 | 0.812 | 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) );