testsuites
5 rows where build_id = 22230
This data as json, CSV (advanced)
Suggested facets: timestamp
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254316 | 22230 22230 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/626/artifact/log/WDIO.xunit-2024-06-16T14-31-12-425Z.xml | Special RecentChanges | 1718569873 | 2.666 | 1 | 0 | 0 | 0 |
254317 | 22230 22230 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/626/artifact/log/WDIO.xunit-2024-06-16T14-31-12-455Z.xml | User | 1718569873 | 5.226 | 2 | 0 | 0 | 0 |
254318 | 22230 22230 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/626/artifact/log/WDIO.xunit-2024-06-16T14-31-12-472Z.xml | Special Watchlist | 1718569873 | 0.45 | 1 | 0 | 0 | 1 |
254319 | 22230 22230 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/626/artifact/log/WDIO.xunit-2024-06-16T14-31-12-507Z.xml | Page | 1718569873 | 20.682 | 9 | 0 | 0 | 0 |
254320 | 22230 22230 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/626/artifact/log/WDIO.xunit-2024-06-16T14-31-14-771Z.xml | BlankPage | 1718569875 | 0.922 | 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) );