testsuites
4 rows where build_id = 18918
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
218725 | 18918 18918 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6437/artifact/log/WDIO.xunit-2024-02-10T05-05-38-367Z.xml | Page | 1707566739 | 22.85 | 9 | 0 | 0 | 0 |
218726 | 18918 18918 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6437/artifact/log/WDIO.xunit-2024-02-10T05-05-38-369Z.xml | Special RecentChanges | 1707566739 | 3.21 | 1 | 0 | 0 | 0 |
218727 | 18918 18918 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6437/artifact/log/WDIO.xunit-2024-02-10T05-05-38-419Z.xml | Special Watchlist | 1707566739 | 0.508 | 1 | 0 | 0 | 1 |
218728 | 18918 18918 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6437/artifact/log/WDIO.xunit-2024-02-10T05-05-40-779Z.xml | BlankPage | 1707566741 | 0.915 | 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) );