testsuites
5 rows where build_id = 747
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
3075 | 747 747 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76204/artifact/log/WDIO.xunit-2021-09-23T13-06-50-556Z.xml | Page | 1632424012 | 0.73 | 17 | 0 | 0 | 17 |
3076 | 747 747 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76204/artifact/log/WDIO.xunit-2021-09-23T13-06-54-304Z.xml | Special RecentChanges | 1632424016 | 0.662 | 2 | 0 | 0 | 2 |
3077 | 747 747 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76204/artifact/log/WDIO.xunit-2021-09-23T13-06-58-904Z.xml | User | 1632424020 | 5.616 | 2 | 0 | 0 | 0 |
3078 | 747 747 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76204/artifact/log/WDIO.xunit-2021-09-23T13-07-07-161Z.xml | Special Watchlist | 1632424028 | 2.321 | 2 | 0 | 0 | 2 |
3079 | 747 747 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76204/artifact/log/WDIO.xunit-2021-09-23T13-07-12-095Z.xml | BlankPage | 1632424033 | 0.591 | 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) );