testsuites
5 rows where build_id = 22235
This data as json, CSV (advanced)
Suggested facets: timestamp, tests, skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254340 | 22235 22235 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/621/artifact/log/WDIO.xunit-2024-06-16T14-25-20-335Z.xml | Page | 1718569521 | 22.747 | 9 | 0 | 0 | 0 |
254341 | 22235 22235 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/621/artifact/log/WDIO.xunit-2024-06-16T14-25-20-349Z.xml | User | 1718569521 | 5.102 | 2 | 0 | 0 | 0 |
254342 | 22235 22235 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/621/artifact/log/WDIO.xunit-2024-06-16T14-25-20-393Z.xml | Special Watchlist | 1718569521 | 0.47 | 1 | 0 | 0 | 1 |
254343 | 22235 22235 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/621/artifact/log/WDIO.xunit-2024-06-16T14-25-20-400Z.xml | Special RecentChanges | 1718569521 | 2.744 | 1 | 0 | 0 | 0 |
254344 | 22235 22235 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/621/artifact/log/WDIO.xunit-2024-06-16T14-25-22-690Z.xml | BlankPage | 1718569523 | 0.787 | 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) );