testsuites
5 rows where build_id = 22434
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255678 | 22434 22434 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/504/artifact/log/WDIO.xunit-2024-06-16T13-02-02-197Z.xml | Special RecentChanges | 1718564523 | 3.054 | 1 | 0 | 0 | 0 |
255679 | 22434 22434 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/504/artifact/log/WDIO.xunit-2024-06-16T13-02-02-232Z.xml | Page | 1718564523 | 25.688 | 9 | 0 | 0 | 0 |
255680 | 22434 22434 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/504/artifact/log/WDIO.xunit-2024-06-16T13-02-02-261Z.xml | User | 1718564523 | 5.203 | 2 | 0 | 0 | 0 |
255681 | 22434 22434 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/504/artifact/log/WDIO.xunit-2024-06-16T13-02-02-274Z.xml | Special Watchlist | 1718564523 | 0.346 | 1 | 0 | 0 | 1 |
255682 | 22434 22434 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/504/artifact/log/WDIO.xunit-2024-06-16T13-02-04-307Z.xml | BlankPage | 1718564525 | 0.754 | 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) );