testsuites
5 rows where build_id = 22188
This data as json, CSV (advanced)
Suggested facets: timestamp, tests, skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254113 | 22188 22188 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/668/artifact/log/WDIO.xunit-2024-06-16T15-21-41-834Z.xml | Special RecentChanges | 1718572902 | 2.314 | 1 | 0 | 0 | 0 |
254114 | 22188 22188 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/668/artifact/log/WDIO.xunit-2024-06-16T15-21-41-836Z.xml | Page | 1718572902 | 20.317 | 9 | 0 | 0 | 0 |
254115 | 22188 22188 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/668/artifact/log/WDIO.xunit-2024-06-16T15-21-41-838Z.xml | Special Watchlist | 1718572902 | 0.486 | 1 | 0 | 0 | 1 |
254116 | 22188 22188 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/668/artifact/log/WDIO.xunit-2024-06-16T15-21-41-839Z.xml | User | 1718572902 | 4.768 | 2 | 0 | 0 | 0 |
254117 | 22188 22188 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/668/artifact/log/WDIO.xunit-2024-06-16T15-21-44-200Z.xml | BlankPage | 1718572905 | 0.676 | 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) );