testsuites
4 rows where build_id = 15191
This data as json, CSV (advanced)
Suggested facets: timestamp, tests, skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
193582 | 15191 15191 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1992/artifact/log/WDIO.xunit-2023-09-22T17-56-49-653Z.xml | Page | 1695427010 | 22.254 | 9 | 0 | 0 | 0 |
193583 | 15191 15191 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1992/artifact/log/WDIO.xunit-2023-09-22T17-56-49-756Z.xml | User | 1695427010 | 5.477 | 2 | 0 | 0 | 0 |
193584 | 15191 15191 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1992/artifact/log/WDIO.xunit-2023-09-22T17-56-49-849Z.xml | Special Watchlist | 1695427010 | 0.369 | 1 | 0 | 0 | 1 |
193585 | 15191 15191 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1992/artifact/log/WDIO.xunit-2023-09-22T17-56-52-112Z.xml | BlankPage | 1695427013 | 0.797 | 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) );