testsuites
5 rows where build_id = 22421
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255615 | 22421 22421 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/517/artifact/log/WDIO.xunit-2024-06-16T13-53-36-794Z.xml | User | 1718567617 | 5.259 | 2 | 0 | 0 | 0 |
255616 | 22421 22421 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/517/artifact/log/WDIO.xunit-2024-06-16T13-53-36-795Z.xml | Special RecentChanges | 1718567617 | 2.766 | 1 | 0 | 0 | 0 |
255617 | 22421 22421 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/517/artifact/log/WDIO.xunit-2024-06-16T13-53-36-807Z.xml | Special Watchlist | 1718567617 | 0.489 | 1 | 0 | 0 | 1 |
255618 | 22421 22421 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/517/artifact/log/WDIO.xunit-2024-06-16T13-53-36-817Z.xml | Page | 1718567617 | 21.905 | 9 | 0 | 0 | 0 |
255619 | 22421 22421 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/517/artifact/log/WDIO.xunit-2024-06-16T13-53-39-097Z.xml | BlankPage | 1718567620 | 0.732 | 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) );