testsuites
5 rows where build_id = 760
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
3165 | 760 760 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76187/artifact/log/WDIO.xunit-2021-09-22T02-43-58-014Z.xml | Page | 1632300239 | 1.563 | 17 | 0 | 0 | 17 |
3166 | 760 760 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76187/artifact/log/WDIO.xunit-2021-09-22T02-44-02-044Z.xml | Special RecentChanges | 1632300243 | 2.48 | 2 | 0 | 0 | 2 |
3167 | 760 760 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76187/artifact/log/WDIO.xunit-2021-09-22T02-44-06-778Z.xml | User | 1632300247 | 5.095 | 2 | 0 | 0 | 0 |
3168 | 760 760 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76187/artifact/log/WDIO.xunit-2021-09-22T02-44-14-170Z.xml | Special Watchlist | 1632300255 | 2.212 | 2 | 0 | 0 | 2 |
3169 | 760 760 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76187/artifact/log/WDIO.xunit-2021-09-22T02-44-18-676Z.xml | BlankPage | 1632300259 | 0.557 | 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) );