testsuites
5 rows where build_id = 745
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
3065 | 745 745 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76208/artifact/log/WDIO.xunit-2021-09-23T17-21-26-392Z.xml | Page | 1632439287 | 0.76 | 17 | 0 | 0 | 17 |
3066 | 745 745 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76208/artifact/log/WDIO.xunit-2021-09-23T17-21-30-119Z.xml | Special RecentChanges | 1632439291 | 0.596 | 2 | 0 | 0 | 2 |
3067 | 745 745 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76208/artifact/log/WDIO.xunit-2021-09-23T17-21-33-124Z.xml | User | 1632439294 | 5.176 | 2 | 0 | 0 | 0 |
3068 | 745 745 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76208/artifact/log/WDIO.xunit-2021-09-23T17-21-40-702Z.xml | Special Watchlist | 1632439301 | 2.123 | 2 | 0 | 0 | 2 |
3069 | 745 745 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76208/artifact/log/WDIO.xunit-2021-09-23T17-21-45-278Z.xml | BlankPage | 1632439306 | 0.581 | 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) );