testsuites
5 rows where build_id = 20637
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242779 | 20637 20637 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/442/artifact/log/WDIO.xunit-2024-05-09T19-52-03-518Z.xml | Page | 1715305924 | 21.771 | 9 | 0 | 0 | 0 |
242780 | 20637 20637 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/442/artifact/log/WDIO.xunit-2024-05-09T19-52-03-547Z.xml | User | 1715305924 | 6.446 | 2 | 0 | 0 | 0 |
242781 | 20637 20637 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/442/artifact/log/WDIO.xunit-2024-05-09T19-52-03-562Z.xml | Special RecentChanges | 1715305924 | 3.069 | 1 | 0 | 0 | 0 |
242782 | 20637 20637 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/442/artifact/log/WDIO.xunit-2024-05-09T19-52-03-602Z.xml | Special Watchlist | 1715305924 | 0.409 | 1 | 0 | 0 | 1 |
242783 | 20637 20637 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/442/artifact/log/WDIO.xunit-2024-05-09T19-52-05-792Z.xml | BlankPage | 1715305927 | 1.32 | 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) );