testsuites
5 rows where build_id = 22593
This data as json, CSV (advanced)
Suggested facets: tests, skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258518 | 22593 22593 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/137/artifact/log/WDIO.xunit-2024-06-16T13-53-39-901Z.xml | Page | 1718567620 | 21.799 | 9 | 0 | 0 | 0 |
258519 | 22593 22593 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/137/artifact/log/WDIO.xunit-2024-06-16T13-53-39-918Z.xml | Special RecentChanges | 1718567621 | 2.567 | 1 | 0 | 0 | 0 |
258520 | 22593 22593 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/137/artifact/log/WDIO.xunit-2024-06-16T13-53-39-934Z.xml | Special Watchlist | 1718567620 | 0.52 | 1 | 0 | 0 | 1 |
258521 | 22593 22593 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/137/artifact/log/WDIO.xunit-2024-06-16T13-53-39-949Z.xml | User | 1718567621 | 5.647 | 2 | 0 | 0 | 0 |
258522 | 22593 22593 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/137/artifact/log/WDIO.xunit-2024-06-16T13-53-42-290Z.xml | BlankPage | 1718567623 | 0.702 | 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) );