testsuites
5 rows where build_id = 20698
This data as json, CSV (advanced)
Suggested facets: timestamp, tests
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243378 | 20698 20698 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/362/artifact/log/WDIO.xunit-2024-05-06T15-39-51-613Z.xml | Page | 1715031593 | 27.797 | 9 | 0 | 0 | 0 |
243379 | 20698 20698 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/362/artifact/log/WDIO.xunit-2024-05-06T15-39-51-637Z.xml | User | 1715031592 | 7.509 | 2 | 0 | 0 | 0 |
243380 | 20698 20698 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/362/artifact/log/WDIO.xunit-2024-05-06T15-39-51-640Z.xml | Special Watchlist | 1715031592 | 0.472 | 1 | 0 | 0 | 1 |
243381 | 20698 20698 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/362/artifact/log/WDIO.xunit-2024-05-06T15-39-51-686Z.xml | Special RecentChanges | 1715031592 | 3.478 | 1 | 0 | 0 | 0 |
243382 | 20698 20698 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/362/artifact/log/WDIO.xunit-2024-05-06T15-39-54-745Z.xml | BlankPage | 1715031596 | 0.908 | 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) );