testsuites
5 rows where build_id = 22226
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254296 | 22226 22226 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/630/artifact/log/WDIO.xunit-2024-06-16T14-35-54-025Z.xml | Page | 1718570155 | 24.557 | 9 | 0 | 0 | 0 |
254297 | 22226 22226 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/630/artifact/log/WDIO.xunit-2024-06-16T14-35-54-084Z.xml | User | 1718570155 | 6.043 | 2 | 0 | 0 | 0 |
254298 | 22226 22226 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/630/artifact/log/WDIO.xunit-2024-06-16T14-35-54-110Z.xml | Special Watchlist | 1718570155 | 0.467 | 1 | 0 | 0 | 1 |
254299 | 22226 22226 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/630/artifact/log/WDIO.xunit-2024-06-16T14-35-54-122Z.xml | Special RecentChanges | 1718570155 | 3.409 | 1 | 0 | 0 | 0 |
254300 | 22226 22226 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/630/artifact/log/WDIO.xunit-2024-06-16T14-35-57-067Z.xml | BlankPage | 1718570158 | 0.827 | 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) );