testsuites
4 rows where build_id = 20466
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
239336 | 20466 20466 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1244/artifact/log/WDIO.xunit-2024-05-08T16-56-07-150Z.xml | Special Watchlist | 1715208968 | 0.761 | 1 | 0 | 0 | 1 |
239337 | 20466 20466 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1244/artifact/log/WDIO.xunit-2024-05-08T16-56-07-154Z.xml | User | 1715208968 | 5.879 | 2 | 0 | 0 | 0 |
239338 | 20466 20466 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1244/artifact/log/WDIO.xunit-2024-05-08T16-56-07-174Z.xml | Page | 1715208968 | 22.49 | 9 | 0 | 0 | 0 |
239339 | 20466 20466 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1244/artifact/log/WDIO.xunit-2024-05-08T16-56-09-771Z.xml | BlankPage | 1715208971 | 0.689 | 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) );