testsuites
5 rows where build_id = 22201
This data as json, CSV (advanced)
Suggested facets: timestamp, tests, skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254174 | 22201 22201 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/655/artifact/log/WDIO.xunit-2024-06-16T15-03-55-502Z.xml | Page | 1718571836 | 0.509 | 17 | 0 | 0 | 17 |
254175 | 22201 22201 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/655/artifact/log/WDIO.xunit-2024-06-16T15-03-55-504Z.xml | User | 1718571836 | 5.384 | 2 | 0 | 0 | 0 |
254176 | 22201 22201 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/655/artifact/log/WDIO.xunit-2024-06-16T15-03-55-514Z.xml | Special RecentChanges | 1718571836 | 0.606 | 2 | 0 | 0 | 2 |
254177 | 22201 22201 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/655/artifact/log/WDIO.xunit-2024-06-16T15-03-55-545Z.xml | Special Watchlist | 1718571836 | 0.962 | 2 | 0 | 0 | 2 |
254178 | 22201 22201 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/655/artifact/log/WDIO.xunit-2024-06-16T15-03-57-624Z.xml | BlankPage | 1718571838 | 0.627 | 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) );