testsuites
5 rows where build_id = 729
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2833 | 729 729 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76231/artifact/log/WDIO.xunit-2021-09-23T23-22-54-289Z.xml | Page | 1632460976 | 0.861 | 17 | 0 | 0 | 17 |
2834 | 729 729 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76231/artifact/log/WDIO.xunit-2021-09-23T23-22-58-536Z.xml | Special RecentChanges | 1632460980 | 0.743 | 2 | 0 | 0 | 2 |
2835 | 729 729 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76231/artifact/log/WDIO.xunit-2021-09-23T23-23-02-747Z.xml | User | 1632460984 | 6.539 | 2 | 0 | 0 | 0 |
2836 | 729 729 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76231/artifact/log/WDIO.xunit-2021-09-23T23-23-12-901Z.xml | Special Watchlist | 1632460994 | 2.239 | 2 | 0 | 0 | 2 |
2837 | 729 729 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76231/artifact/log/WDIO.xunit-2021-09-23T23-23-18-417Z.xml | BlankPage | 1632460999 | 0.824 | 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) );