testsuites
5 rows where build_id = 22638
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
259045 | 22638 22638 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1220/artifact/log/WDIO.xunit-2024-06-16T15-52-44-206Z.xml | Special RecentChanges | 1718574765 | 3.987 | 1 | 0 | 0 | 0 |
259046 | 22638 22638 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1220/artifact/log/WDIO.xunit-2024-06-16T15-52-44-285Z.xml | Special Watchlist | 1718574765 | 0.424 | 1 | 0 | 0 | 1 |
259047 | 22638 22638 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1220/artifact/log/WDIO.xunit-2024-06-16T15-52-44-297Z.xml | Page | 1718574765 | 23.769 | 9 | 0 | 0 | 0 |
259048 | 22638 22638 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1220/artifact/log/WDIO.xunit-2024-06-16T15-52-44-330Z.xml | User | 1718574765 | 6.03 | 2 | 0 | 0 | 0 |
259049 | 22638 22638 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1220/artifact/log/WDIO.xunit-2024-06-16T15-52-46-692Z.xml | BlankPage | 1718574768 | 1.168 | 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) );