testsuites
5 rows where build_id = 20703
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243403 | 20703 20703 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/357/artifact/log/WDIO.xunit-2024-05-06T15-18-45-687Z.xml | Page | 1715030327 | 27.317 | 9 | 0 | 0 | 0 |
243404 | 20703 20703 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/357/artifact/log/WDIO.xunit-2024-05-06T15-18-45-761Z.xml | User | 1715030327 | 7.019 | 2 | 0 | 0 | 0 |
243405 | 20703 20703 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/357/artifact/log/WDIO.xunit-2024-05-06T15-18-45-791Z.xml | Special RecentChanges | 1715030327 | 3.629 | 1 | 0 | 0 | 0 |
243406 | 20703 20703 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/357/artifact/log/WDIO.xunit-2024-05-06T15-18-45-920Z.xml | Special Watchlist | 1715030327 | 0.553 | 1 | 0 | 0 | 1 |
243407 | 20703 20703 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/357/artifact/log/WDIO.xunit-2024-05-06T15-18-48-602Z.xml | BlankPage | 1715030330 | 1.033 | 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) );