testsuites
5 rows where build_id = 20664
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242909 | 20664 20664 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/414/artifact/log/WDIO.xunit-2024-05-09T14-15-53-820Z.xml | Page | 1715285755 | 32.212 | 9 | 0 | 0 | 0 |
242910 | 20664 20664 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/414/artifact/log/WDIO.xunit-2024-05-09T14-15-53-871Z.xml | Special Watchlist | 1715285755 | 0.533 | 1 | 0 | 0 | 1 |
242911 | 20664 20664 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/414/artifact/log/WDIO.xunit-2024-05-09T14-15-53-935Z.xml | User | 1715285755 | 9.43 | 2 | 0 | 0 | 0 |
242912 | 20664 20664 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/414/artifact/log/WDIO.xunit-2024-05-09T14-15-53-936Z.xml | Special RecentChanges | 1715285755 | 5.586 | 1 | 0 | 0 | 0 |
242913 | 20664 20664 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/414/artifact/log/WDIO.xunit-2024-05-09T14-15-57-649Z.xml | BlankPage | 1715285759 | 1.248 | 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) );