testsuites
4 rows where build_id = 22199
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254166 | 22199 22199 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/657/artifact/log/WDIO.xunit-2024-06-16T15-06-01-690Z.xml | Special Watchlist | 1718571962 | 0.482 | 1 | 0 | 0 | 1 |
254167 | 22199 22199 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/657/artifact/log/WDIO.xunit-2024-06-16T15-06-01-702Z.xml | Page | 1718571962 | 22.711 | 9 | 0 | 0 | 0 |
254168 | 22199 22199 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/657/artifact/log/WDIO.xunit-2024-06-16T15-06-01-750Z.xml | User | 1718571962 | 5.205 | 2 | 0 | 0 | 0 |
254169 | 22199 22199 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/657/artifact/log/WDIO.xunit-2024-06-16T15-06-04-260Z.xml | BlankPage | 1718571965 | 0.887 | 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) );