testsuites
3 rows where build_id = 20629
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242741 | 20629 20629 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/450/artifact/log/WDIO.xunit-2024-05-09T19-58-34-988Z.xml | Page | 1715306316 | 24.062 | 9 | 0 | 0 | 0 |
242742 | 20629 20629 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/450/artifact/log/WDIO.xunit-2024-05-09T19-58-35-014Z.xml | Special RecentChanges | 1715306316 | 3.268 | 1 | 0 | 0 | 0 |
242743 | 20629 20629 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/450/artifact/log/WDIO.xunit-2024-05-09T19-58-37-561Z.xml | BlankPage | 1715306318 | 0.98 | 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) );