testsuites
5 rows where build_id = 20627
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242731 | 20627 20627 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/452/artifact/log/WDIO.xunit-2024-05-09T20-03-36-096Z.xml | Page | 1715306617 | 25.359 | 9 | 0 | 0 | 0 |
242732 | 20627 20627 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/452/artifact/log/WDIO.xunit-2024-05-09T20-03-36-107Z.xml | Special RecentChanges | 1715306617 | 3.628 | 1 | 0 | 0 | 0 |
242733 | 20627 20627 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/452/artifact/log/WDIO.xunit-2024-05-09T20-03-36-117Z.xml | User | 1715306617 | 6.19 | 2 | 0 | 0 | 0 |
242734 | 20627 20627 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/452/artifact/log/WDIO.xunit-2024-05-09T20-03-36-121Z.xml | Special Watchlist | 1715306617 | 0.41 | 1 | 0 | 0 | 1 |
242735 | 20627 20627 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/452/artifact/log/WDIO.xunit-2024-05-09T20-03-39-003Z.xml | BlankPage | 1715306620 | 0.888 | 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) );