testsuites
5 rows where build_id = 751
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
3095 | 751 751 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76199/artifact/log/WDIO.xunit-2021-09-23T01-01-46-776Z.xml | Page | 1632380507 | 2.594 | 17 | 0 | 0 | 17 |
3096 | 751 751 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76199/artifact/log/WDIO.xunit-2021-09-23T01-01-51-787Z.xml | Special RecentChanges | 1632380512 | 0.608 | 2 | 0 | 0 | 2 |
3097 | 751 751 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76199/artifact/log/WDIO.xunit-2021-09-23T01-01-54-697Z.xml | User | 1632380515 | 4.881 | 2 | 0 | 0 | 0 |
3098 | 751 751 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76199/artifact/log/WDIO.xunit-2021-09-23T01-02-01-863Z.xml | Special Watchlist | 1632380522 | 2.122 | 2 | 0 | 0 | 2 |
3099 | 751 751 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76199/artifact/log/WDIO.xunit-2021-09-23T01-02-06-373Z.xml | BlankPage | 1632380527 | 0.564 | 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) );