testsuites
5 rows where build_id = 20636
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242774 | 20636 20636 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/443/artifact/log/WDIO.xunit-2024-05-09T19-52-22-760Z.xml | Special Watchlist | 1715305944 | 0.705 | 1 | 0 | 0 | 1 |
242775 | 20636 20636 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/443/artifact/log/WDIO.xunit-2024-05-09T19-52-22-767Z.xml | Page | 1715305944 | 29.068 | 9 | 0 | 0 | 0 |
242776 | 20636 20636 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/443/artifact/log/WDIO.xunit-2024-05-09T19-52-22-775Z.xml | Special RecentChanges | 1715305944 | 6.605 | 1 | 0 | 0 | 0 |
242777 | 20636 20636 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/443/artifact/log/WDIO.xunit-2024-05-09T19-52-22-832Z.xml | User | 1715305944 | 11.469 | 2 | 0 | 0 | 0 |
242778 | 20636 20636 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/443/artifact/log/WDIO.xunit-2024-05-09T19-52-26-752Z.xml | BlankPage | 1715305948 | 2.14 | 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) );