testsuites
4 rows where build_id = 16549
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
199889 | 16549 16549 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2364/artifact/log/WDIO.xunit-2024-01-13T02-48-12-300Z.xml | Page | 1705139293 | 27.164 | 9 | 0 | 0 | 0 |
199890 | 16549 16549 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2364/artifact/log/WDIO.xunit-2024-01-13T02-48-12-303Z.xml | User | 1705139293 | 4.759 | 2 | 0 | 0 | 0 |
199891 | 16549 16549 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2364/artifact/log/WDIO.xunit-2024-01-13T02-48-12-365Z.xml | Special Watchlist | 1705139293 | 0.393 | 1 | 0 | 0 | 1 |
199892 | 16549 16549 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2364/artifact/log/WDIO.xunit-2024-01-13T02-48-14-341Z.xml | BlankPage | 1705139295 | 0.847 | 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) );