testsuites
5 rows where build_id = 20640
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242794 | 20640 20640 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/439/artifact/log/WDIO.xunit-2024-05-09T19-49-10-034Z.xml | User | 1715305752 | 18.823 | 2 | 0 | 0 | 0 |
242795 | 20640 20640 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/439/artifact/log/WDIO.xunit-2024-05-09T19-49-10-064Z.xml | Page | 1715305752 | 39.49 | 9 | 0 | 0 | 0 |
242796 | 20640 20640 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/439/artifact/log/WDIO.xunit-2024-05-09T19-49-10-088Z.xml | Special RecentChanges | 1715305752 | 11.583 | 1 | 0 | 0 | 0 |
242797 | 20640 20640 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/439/artifact/log/WDIO.xunit-2024-05-09T19-49-10-252Z.xml | Special Watchlist | 1715305752 | 0.639 | 1 | 0 | 0 | 1 |
242798 | 20640 20640 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/439/artifact/log/WDIO.xunit-2024-05-09T19-49-13-983Z.xml | BlankPage | 1715305755 | 4.513 | 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) );