testsuites
3 rows where build_id = 20798
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
244818 | 20798 20798 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8464/artifact/log/WDIO.xunit-2024-05-09T14-36-30-369Z.xml | Page | 1715286991 | 23.634 | 9 | 0 | 0 | 0 |
244819 | 20798 20798 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8464/artifact/log/WDIO.xunit-2024-05-09T14-36-30-424Z.xml | Special Watchlist | 1715286991 | 0.818 | 1 | 0 | 0 | 1 |
244820 | 20798 20798 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8464/artifact/log/WDIO.xunit-2024-05-09T14-36-33-093Z.xml | BlankPage | 1715286994 | 0.84 | 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) );