testsuites
4 rows where build_id = 20722
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243771 | 20722 20722 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8543/artifact/log/WDIO.xunit-2024-05-09T18-21-21-838Z.xml | Page | 1715300482 | 28.226 | 9 | 0 | 0 | 0 |
243772 | 20722 20722 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8543/artifact/log/WDIO.xunit-2024-05-09T18-21-21-886Z.xml | Special Watchlist | 1715300483 | 0.855 | 1 | 0 | 0 | 1 |
243773 | 20722 20722 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8543/artifact/log/WDIO.xunit-2024-05-09T18-21-21-953Z.xml | User | 1715300483 | 7.082 | 2 | 0 | 0 | 0 |
243774 | 20722 20722 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8543/artifact/log/WDIO.xunit-2024-05-09T18-21-25-096Z.xml | BlankPage | 1715300486 | 1.353 | 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) );