testsuites
4 rows where build_id = 22431
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255664 | 22431 22431 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/507/artifact/log/WDIO.xunit-2024-06-16T13-13-23-721Z.xml | Page | 1718565204 | 23.838 | 9 | 0 | 0 | 0 |
255665 | 22431 22431 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/507/artifact/log/WDIO.xunit-2024-06-16T13-13-23-787Z.xml | User | 1718565204 | 6.128 | 2 | 0 | 0 | 0 |
255666 | 22431 22431 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/507/artifact/log/WDIO.xunit-2024-06-16T13-13-23-930Z.xml | Special Watchlist | 1718565204 | 0.381 | 1 | 0 | 0 | 1 |
255667 | 22431 22431 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/507/artifact/log/WDIO.xunit-2024-06-16T13-13-26-285Z.xml | BlankPage | 1718565207 | 0.815 | 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) );