testsuites
4 rows where build_id = 22193
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254137 | 22193 22193 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/663/artifact/log/WDIO.xunit-2024-06-16T15-14-00-457Z.xml | User | 1718572441 | 6.332 | 2 | 0 | 0 | 0 |
254138 | 22193 22193 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/663/artifact/log/WDIO.xunit-2024-06-16T15-14-00-471Z.xml | Page | 1718572441 | 23.325 | 9 | 0 | 0 | 0 |
254139 | 22193 22193 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/663/artifact/log/WDIO.xunit-2024-06-16T15-14-00-529Z.xml | Special Watchlist | 1718572441 | 0.596 | 1 | 0 | 0 | 1 |
254140 | 22193 22193 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/663/artifact/log/WDIO.xunit-2024-06-16T15-14-03-353Z.xml | BlankPage | 1718572444 | 0.912 | 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) );