testsuites
5 rows where build_id = 684
This data as json, CSV (advanced)
Suggested facets: tests
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2272 | 684 684 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76284/artifact/log/WDIO.xunit-2021-09-27T22-38-40-997Z.xml | Page | 1632803922 | 2.999 | 17 | 0 | 0 | 17 |
2273 | 684 684 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76284/artifact/log/WDIO.xunit-2021-09-27T22-38-46-506Z.xml | Special RecentChanges | 1632803928 | 0.605 | 2 | 0 | 0 | 2 |
2274 | 684 684 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76284/artifact/log/WDIO.xunit-2021-09-27T22-38-50-162Z.xml | User | 1632803931 | 5.118 | 2 | 0 | 0 | 0 |
2275 | 684 684 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76284/artifact/log/WDIO.xunit-2021-09-27T22-38-57-693Z.xml | Special Watchlist | 1632803938 | 2.428 | 2 | 0 | 0 | 2 |
2276 | 684 684 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76284/artifact/log/WDIO.xunit-2021-09-27T22-39-02-587Z.xml | BlankPage | 1632803943 | 0.63 | 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) );