testsuites
5 rows where build_id = 22191
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254127 | 22191 22191 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/665/artifact/log/WDIO.xunit-2024-06-16T15-18-51-380Z.xml | Page | 1718572732 | 20.455 | 9 | 0 | 0 | 0 |
254128 | 22191 22191 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/665/artifact/log/WDIO.xunit-2024-06-16T15-18-51-397Z.xml | Special Watchlist | 1718572732 | 0.403 | 1 | 0 | 0 | 1 |
254129 | 22191 22191 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/665/artifact/log/WDIO.xunit-2024-06-16T15-18-51-404Z.xml | Special RecentChanges | 1718572732 | 2.204 | 1 | 0 | 0 | 0 |
254130 | 22191 22191 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/665/artifact/log/WDIO.xunit-2024-06-16T15-18-51-413Z.xml | User | 1718572732 | 4.901 | 2 | 0 | 0 | 0 |
254131 | 22191 22191 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/665/artifact/log/WDIO.xunit-2024-06-16T15-18-53-789Z.xml | BlankPage | 1718572734 | 0.566 | 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) );