testsuites
4 rows where build_id = 20660
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242890 | 20660 20660 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/418/artifact/log/WDIO.xunit-2024-05-09T18-41-11-840Z.xml | Page | 1715301672 | 26.686 | 9 | 0 | 0 | 0 |
242891 | 20660 20660 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/418/artifact/log/WDIO.xunit-2024-05-09T18-41-11-855Z.xml | User | 1715301673 | 6.338 | 2 | 0 | 0 | 0 |
242892 | 20660 20660 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/418/artifact/log/WDIO.xunit-2024-05-09T18-41-11-856Z.xml | Special Watchlist | 1715301672 | 0.549 | 1 | 0 | 0 | 1 |
242893 | 20660 20660 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/418/artifact/log/WDIO.xunit-2024-05-09T18-41-14-333Z.xml | BlankPage | 1715301675 | 0.997 | 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) );