testsuites
5 rows where build_id = 20694
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243358 | 20694 20694 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/366/artifact/log/WDIO.xunit-2024-05-06T15-46-21-931Z.xml | Page | 1715031983 | 24.741 | 9 | 0 | 0 | 0 |
243359 | 20694 20694 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/366/artifact/log/WDIO.xunit-2024-05-06T15-46-21-951Z.xml | Special RecentChanges | 1715031983 | 3.213 | 1 | 0 | 0 | 0 |
243360 | 20694 20694 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/366/artifact/log/WDIO.xunit-2024-05-06T15-46-21-952Z.xml | User | 1715031983 | 6.289 | 2 | 0 | 0 | 0 |
243361 | 20694 20694 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/366/artifact/log/WDIO.xunit-2024-05-06T15-46-21-956Z.xml | Special Watchlist | 1715031983 | 0.56 | 1 | 0 | 0 | 1 |
243362 | 20694 20694 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/366/artifact/log/WDIO.xunit-2024-05-06T15-46-24-588Z.xml | BlankPage | 1715031986 | 0.924 | 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) );