testsuites
5 rows where build_id = 2428
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
25827 | 2428 2428 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8496/artifact/log/WDIO.xunit-2021-09-29T07-56-23-957Z.xml | Page | 1632923785 | 0.786 | 17 | 0 | 0 | 17 |
25828 | 2428 2428 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8496/artifact/log/WDIO.xunit-2021-09-29T07-56-27-240Z.xml | Special RecentChanges | 1632923788 | 0.662 | 2 | 0 | 0 | 2 |
25829 | 2428 2428 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8496/artifact/log/WDIO.xunit-2021-09-29T07-56-30-839Z.xml | User | 1632923791 | 5.838 | 2 | 0 | 0 | 0 |
25830 | 2428 2428 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8496/artifact/log/WDIO.xunit-2021-09-29T07-56-39-149Z.xml | Special Watchlist | 1632923800 | 2.56 | 2 | 0 | 0 | 2 |
25831 | 2428 2428 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8496/artifact/log/WDIO.xunit-2021-09-29T07-56-44-226Z.xml | BlankPage | 1632923805 | 0.729 | 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) );