testsuites
3 rows where build_id = 22570
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258378 | 22570 22570 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/160/artifact/log/WDIO.xunit-2024-06-16T15-06-14-750Z.xml | Special RecentChanges | 1718571975 | 2.696 | 1 | 0 | 0 | 0 |
258379 | 22570 22570 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/160/artifact/log/WDIO.xunit-2024-06-16T15-06-14-756Z.xml | Page | 1718571975 | 22.544 | 9 | 0 | 0 | 0 |
258380 | 22570 22570 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/160/artifact/log/WDIO.xunit-2024-06-16T15-06-17-116Z.xml | BlankPage | 1718571978 | 0.72 | 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) );