testsuites
5 rows where build_id = 20701
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243393 | 20701 20701 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/359/artifact/log/WDIO.xunit-2024-05-06T15-39-56-086Z.xml | Page | 1715031597 | 33.703 | 9 | 0 | 0 | 0 |
243394 | 20701 20701 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/359/artifact/log/WDIO.xunit-2024-05-06T15-39-56-098Z.xml | Special RecentChanges | 1715031597 | 4.745 | 1 | 0 | 0 | 0 |
243395 | 20701 20701 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/359/artifact/log/WDIO.xunit-2024-05-06T15-39-56-111Z.xml | Special Watchlist | 1715031597 | 0.662 | 1 | 0 | 0 | 1 |
243396 | 20701 20701 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/359/artifact/log/WDIO.xunit-2024-05-06T15-39-56-187Z.xml | User | 1715031597 | 11.121 | 2 | 0 | 0 | 0 |
243397 | 20701 20701 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/359/artifact/log/WDIO.xunit-2024-05-06T15-39-59-581Z.xml | BlankPage | 1715031600 | 1.745 | 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) );