testsuites
5 rows where build_id = 20688
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243330 | 20688 20688 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/374/artifact/log/WDIO.xunit-2024-05-06T18-54-19-854Z.xml | Special RecentChanges | 1715043260 | 3.277 | 1 | 0 | 0 | 0 |
243331 | 20688 20688 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/374/artifact/log/WDIO.xunit-2024-05-06T18-54-19-896Z.xml | Page | 1715043260 | 24.809 | 9 | 0 | 0 | 0 |
243332 | 20688 20688 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/374/artifact/log/WDIO.xunit-2024-05-06T18-54-19-908Z.xml | User | 1715043261 | 6.475 | 2 | 0 | 0 | 0 |
243333 | 20688 20688 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/374/artifact/log/WDIO.xunit-2024-05-06T18-54-19-943Z.xml | Special Watchlist | 1715043260 | 0.422 | 1 | 0 | 0 | 1 |
243334 | 20688 20688 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/374/artifact/log/WDIO.xunit-2024-05-06T18-54-22-453Z.xml | BlankPage | 1715043263 | 1.294 | 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) );