testsuites
5 rows where build_id = 22404
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255499 | 22404 22404 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/534/artifact/log/WDIO.xunit-2024-06-16T14-49-26-293Z.xml | Special RecentChanges | 1718570967 | 3.863 | 1 | 0 | 0 | 0 |
255500 | 22404 22404 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/534/artifact/log/WDIO.xunit-2024-06-16T14-49-26-354Z.xml | Special Watchlist | 1718570967 | 0.582 | 1 | 0 | 0 | 1 |
255501 | 22404 22404 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/534/artifact/log/WDIO.xunit-2024-06-16T14-49-26-389Z.xml | User | 1718570967 | 6.805 | 2 | 0 | 0 | 0 |
255502 | 22404 22404 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/534/artifact/log/WDIO.xunit-2024-06-16T14-49-26-400Z.xml | Page | 1718570967 | 23.865 | 9 | 0 | 0 | 0 |
255503 | 22404 22404 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/534/artifact/log/WDIO.xunit-2024-06-16T14-49-29-475Z.xml | BlankPage | 1718570971 | 0.998 | 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) );