testsuites
4 rows where build_id = 20692
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243350 | 20692 20692 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/369/artifact/log/WDIO.xunit-2024-05-06T16-56-58-786Z.xml | Page | 1715036219 | 26.377 | 9 | 0 | 0 | 0 |
243351 | 20692 20692 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/369/artifact/log/WDIO.xunit-2024-05-06T16-56-58-803Z.xml | Special Watchlist | 1715036219 | 0.505 | 1 | 0 | 0 | 1 |
243352 | 20692 20692 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/369/artifact/log/WDIO.xunit-2024-05-06T16-56-58-895Z.xml | User | 1715036219 | 5.838 | 2 | 0 | 0 | 0 |
243353 | 20692 20692 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/369/artifact/log/WDIO.xunit-2024-05-06T16-57-01-011Z.xml | BlankPage | 1715036221 | 0.832 | 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) );