testsuites
5 rows where build_id = 860
This data as json, CSV (advanced)
Suggested facets: skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4457 | 860 860 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23735/artifact/log/WDIO.xunit-2021-09-25T02-31-35-997Z.xml | Page | 1632558697 | 0.718 | 17 | 0 | 0 | 17 |
4458 | 860 860 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23735/artifact/log/WDIO.xunit-2021-09-25T02-31-39-173Z.xml | Special RecentChanges | 1632558700 | 0.642 | 2 | 0 | 0 | 2 |
4459 | 860 860 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23735/artifact/log/WDIO.xunit-2021-09-25T02-31-42-289Z.xml | User | 1632558703 | 5.498 | 2 | 0 | 0 | 0 |
4460 | 860 860 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23735/artifact/log/WDIO.xunit-2021-09-25T02-31-50-216Z.xml | Special Watchlist | 1632558711 | 2.567 | 2 | 0 | 0 | 2 |
4461 | 860 860 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23735/artifact/log/WDIO.xunit-2021-09-25T02-31-55-192Z.xml | BlankPage | 1632558716 | 1.154 | 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) );