testsuites
5 rows where build_id = 752
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
3100 | 752 752 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76198/artifact/log/WDIO.xunit-2021-09-23T00-24-55-292Z.xml | Page | 1632378296 | 0.839 | 17 | 0 | 0 | 17 |
3101 | 752 752 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76198/artifact/log/WDIO.xunit-2021-09-23T00-24-59-279Z.xml | Special RecentChanges | 1632378300 | 0.667 | 2 | 0 | 0 | 2 |
3102 | 752 752 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76198/artifact/log/WDIO.xunit-2021-09-23T00-25-03-110Z.xml | User | 1632378304 | 5.951 | 2 | 0 | 0 | 0 |
3103 | 752 752 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76198/artifact/log/WDIO.xunit-2021-09-23T00-25-12-197Z.xml | Special Watchlist | 1632378313 | 2.235 | 2 | 0 | 0 | 2 |
3104 | 752 752 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76198/artifact/log/WDIO.xunit-2021-09-23T00-25-17-477Z.xml | BlankPage | 1632378318 | 0.573 | 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) );