testsuites
5 rows where build_id = 731
This data as json, CSV (advanced)
Suggested facets: skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2868 | 731 731 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76228/artifact/log/WDIO.xunit-2021-09-23T22-42-57-393Z.xml | Page | 1632458578 | 0.752 | 17 | 0 | 0 | 17 |
2869 | 731 731 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76228/artifact/log/WDIO.xunit-2021-09-23T22-43-01-088Z.xml | Special RecentChanges | 1632458582 | 0.684 | 2 | 0 | 0 | 2 |
2870 | 731 731 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76228/artifact/log/WDIO.xunit-2021-09-23T22-43-04-349Z.xml | User | 1632458585 | 5.136 | 2 | 0 | 0 | 0 |
2871 | 731 731 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76228/artifact/log/WDIO.xunit-2021-09-23T22-43-12-474Z.xml | Special Watchlist | 1632458593 | 2.403 | 2 | 0 | 0 | 2 |
2872 | 731 731 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76228/artifact/log/WDIO.xunit-2021-09-23T22-43-17-542Z.xml | BlankPage | 1632458598 | 0.545 | 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) );