testsuites
5 rows where build_id = 20639
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242789 | 20639 20639 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/440/artifact/log/WDIO.xunit-2024-05-09T19-49-08-652Z.xml | User | 1715305749 | 5.148 | 2 | 0 | 0 | 0 |
242790 | 20639 20639 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/440/artifact/log/WDIO.xunit-2024-05-09T19-49-08-655Z.xml | Page | 1715305749 | 22.802 | 9 | 0 | 0 | 0 |
242791 | 20639 20639 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/440/artifact/log/WDIO.xunit-2024-05-09T19-49-08-715Z.xml | Special RecentChanges | 1715305749 | 2.832 | 1 | 0 | 0 | 0 |
242792 | 20639 20639 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/440/artifact/log/WDIO.xunit-2024-05-09T19-49-08-745Z.xml | Special Watchlist | 1715305749 | 0.444 | 1 | 0 | 0 | 1 |
242793 | 20639 20639 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/440/artifact/log/WDIO.xunit-2024-05-09T19-49-10-915Z.xml | BlankPage | 1715305751 | 0.733 | 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) );