testsuites
5 rows where build_id = 20702
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243398 | 20702 20702 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/358/artifact/log/WDIO.xunit-2024-05-06T15-39-48-468Z.xml | Special RecentChanges | 1715031591 | 11.566 | 1 | 0 | 0 | 0 |
243399 | 20702 20702 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/358/artifact/log/WDIO.xunit-2024-05-06T15-39-48-537Z.xml | User | 1715031591 | 22.341 | 2 | 0 | 0 | 0 |
243400 | 20702 20702 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/358/artifact/log/WDIO.xunit-2024-05-06T15-39-48-578Z.xml | Special Watchlist | 1715031591 | 0.895 | 1 | 0 | 0 | 1 |
243401 | 20702 20702 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/358/artifact/log/WDIO.xunit-2024-05-06T15-39-48-616Z.xml | Page | 1715031591 | 39.693 | 9 | 0 | 0 | 0 |
243402 | 20702 20702 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/358/artifact/log/WDIO.xunit-2024-05-06T15-39-54-272Z.xml | BlankPage | 1715031596 | 3.22 | 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) );