testsuites
5 rows where build_id = 22576
This data as json, CSV (advanced)
Suggested facets: timestamp, tests
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258406 | 22576 22576 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/154/artifact/log/WDIO.xunit-2024-06-16T14-49-16-289Z.xml | Page | 1718570957 | 23.533 | 9 | 0 | 0 | 0 |
258407 | 22576 22576 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/154/artifact/log/WDIO.xunit-2024-06-16T14-49-16-295Z.xml | Special RecentChanges | 1718570957 | 2.426 | 1 | 0 | 0 | 0 |
258408 | 22576 22576 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/154/artifact/log/WDIO.xunit-2024-06-16T14-49-16-297Z.xml | User | 1718570957 | 4.51 | 2 | 0 | 0 | 0 |
258409 | 22576 22576 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/154/artifact/log/WDIO.xunit-2024-06-16T14-49-16-348Z.xml | Special Watchlist | 1718570957 | 0.374 | 1 | 0 | 0 | 1 |
258410 | 22576 22576 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/154/artifact/log/WDIO.xunit-2024-06-16T14-49-18-666Z.xml | BlankPage | 1718570959 | 0.568 | 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) );