testsuites
5 rows where build_id = 22206
This data as json, CSV (advanced)
Suggested facets: timestamp, tests
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254199 | 22206 22206 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/650/artifact/log/WDIO.xunit-2024-06-16T14-58-01-155Z.xml | Special RecentChanges | 1718571482 | 2.118 | 1 | 0 | 0 | 0 |
254200 | 22206 22206 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/650/artifact/log/WDIO.xunit-2024-06-16T14-58-01-158Z.xml | Page | 1718571482 | 20.458 | 9 | 0 | 0 | 0 |
254201 | 22206 22206 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/650/artifact/log/WDIO.xunit-2024-06-16T14-58-01-168Z.xml | User | 1718571482 | 4.635 | 2 | 0 | 0 | 0 |
254202 | 22206 22206 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/650/artifact/log/WDIO.xunit-2024-06-16T14-58-01-202Z.xml | Special Watchlist | 1718571482 | 0.422 | 1 | 0 | 0 | 1 |
254203 | 22206 22206 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/650/artifact/log/WDIO.xunit-2024-06-16T14-58-03-792Z.xml | BlankPage | 1718571484 | 0.563 | 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) );