testsuites
5 rows where build_id = 20624
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242716 | 20624 20624 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/455/artifact/log/WDIO.xunit-2024-05-09T20-08-16-614Z.xml | Page | 1715306898 | 27.159 | 9 | 0 | 0 | 0 |
242717 | 20624 20624 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/455/artifact/log/WDIO.xunit-2024-05-09T20-08-16-643Z.xml | Special RecentChanges | 1715306898 | 4.247 | 1 | 0 | 0 | 0 |
242718 | 20624 20624 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/455/artifact/log/WDIO.xunit-2024-05-09T20-08-16-644Z.xml | User | 1715306898 | 8.11 | 2 | 0 | 0 | 0 |
242719 | 20624 20624 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/455/artifact/log/WDIO.xunit-2024-05-09T20-08-16-652Z.xml | Special Watchlist | 1715306898 | 0.496 | 1 | 0 | 0 | 1 |
242720 | 20624 20624 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/455/artifact/log/WDIO.xunit-2024-05-09T20-08-19-925Z.xml | BlankPage | 1715306901 | 1.369 | 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) );