testsuites
3 rows where build_id = 22597
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258538 | 22597 22597 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/133/artifact/log/WDIO.xunit-2024-06-16T13-38-27-776Z.xml | Page | 1718566708 | 25.622 | 9 | 0 | 0 | 0 |
258539 | 22597 22597 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/133/artifact/log/WDIO.xunit-2024-06-16T13-38-27-857Z.xml | User | 1718566708 | 7.759 | 2 | 0 | 0 | 0 |
258540 | 22597 22597 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/133/artifact/log/WDIO.xunit-2024-06-16T13-38-30-902Z.xml | BlankPage | 1718566712 | 1.461 | 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) );