testsuites
5 rows where build_id = 20677
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243208 | 20677 20677 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/392/artifact/log/WDIO.xunit-2024-05-07T18-52-49-269Z.xml | Special RecentChanges | 1715129570 | 3.328 | 1 | 0 | 0 | 0 |
243209 | 20677 20677 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/392/artifact/log/WDIO.xunit-2024-05-07T18-52-49-343Z.xml | Page | 1715129570 | 28.652 | 9 | 0 | 0 | 0 |
243210 | 20677 20677 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/392/artifact/log/WDIO.xunit-2024-05-07T18-52-49-351Z.xml | Special Watchlist | 1715129570 | 0.444 | 1 | 0 | 0 | 1 |
243211 | 20677 20677 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/392/artifact/log/WDIO.xunit-2024-05-07T18-52-49-390Z.xml | User | 1715129570 | 13.106 | 2 | 0 | 0 | 0 |
243212 | 20677 20677 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/392/artifact/log/WDIO.xunit-2024-05-07T18-52-51-927Z.xml | BlankPage | 1715129572 | 1.011 | 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) );