testsuites
5 rows where build_id = 20654
This data as json, CSV (advanced)
Suggested facets: timestamp, tests, skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242862 | 20654 20654 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/424/artifact/log/WDIO.xunit-2024-05-09T18-58-48-136Z.xml | Page | 1715302729 | 25.433 | 9 | 0 | 0 | 0 |
242863 | 20654 20654 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/424/artifact/log/WDIO.xunit-2024-05-09T18-58-48-147Z.xml | Special Watchlist | 1715302729 | 0.44 | 1 | 0 | 0 | 1 |
242864 | 20654 20654 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/424/artifact/log/WDIO.xunit-2024-05-09T18-58-48-149Z.xml | User | 1715302729 | 6.93 | 2 | 0 | 0 | 0 |
242865 | 20654 20654 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/424/artifact/log/WDIO.xunit-2024-05-09T18-58-48-223Z.xml | Special RecentChanges | 1715302729 | 4.075 | 1 | 0 | 0 | 0 |
242866 | 20654 20654 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/424/artifact/log/WDIO.xunit-2024-05-09T18-58-50-973Z.xml | BlankPage | 1715302732 | 1.06 | 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) );