testsuites
4 rows where build_id = 18896
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
218619 | 18896 18896 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6459/artifact/log/WDIO.xunit-2024-02-10T05-18-40-167Z.xml | Page | 1707567521 | 22.78 | 9 | 0 | 0 | 0 |
218620 | 18896 18896 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6459/artifact/log/WDIO.xunit-2024-02-10T05-18-40-181Z.xml | Special Watchlist | 1707567521 | 0.481 | 1 | 0 | 0 | 1 |
218621 | 18896 18896 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6459/artifact/log/WDIO.xunit-2024-02-10T05-18-40-194Z.xml | User | 1707567521 | 6.009 | 2 | 0 | 0 | 0 |
218622 | 18896 18896 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6459/artifact/log/WDIO.xunit-2024-02-10T05-18-42-539Z.xml | BlankPage | 1707567523 | 0.824 | 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) );