testsuites
5 rows where build_id = 22399
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255475 | 22399 22399 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/539/artifact/log/WDIO.xunit-2024-06-16T15-03-05-392Z.xml | Page | 1718571786 | 21.506 | 9 | 0 | 0 | 0 |
255476 | 22399 22399 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/539/artifact/log/WDIO.xunit-2024-06-16T15-03-05-408Z.xml | Special RecentChanges | 1718571786 | 3.05 | 1 | 0 | 0 | 0 |
255477 | 22399 22399 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/539/artifact/log/WDIO.xunit-2024-06-16T15-03-05-426Z.xml | User | 1718571786 | 5.475 | 2 | 0 | 0 | 0 |
255478 | 22399 22399 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/539/artifact/log/WDIO.xunit-2024-06-16T15-03-05-460Z.xml | Special Watchlist | 1718571786 | 0.456 | 1 | 0 | 0 | 1 |
255479 | 22399 22399 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/539/artifact/log/WDIO.xunit-2024-06-16T15-03-07-740Z.xml | BlankPage | 1718571788 | 0.796 | 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) );