testsuites
5 rows where build_id = 20679
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243251 | 20679 20679 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/390/artifact/log/WDIO.xunit-2024-05-07T17-22-27-936Z.xml | Page | 1715124149 | 26.613 | 9 | 0 | 0 | 0 |
243252 | 20679 20679 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/390/artifact/log/WDIO.xunit-2024-05-07T17-22-27-944Z.xml | Special RecentChanges | 1715124149 | 2.857 | 1 | 0 | 0 | 0 |
243253 | 20679 20679 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/390/artifact/log/WDIO.xunit-2024-05-07T17-22-27-947Z.xml | Special Watchlist | 1715124149 | 0.55 | 1 | 0 | 0 | 1 |
243254 | 20679 20679 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/390/artifact/log/WDIO.xunit-2024-05-07T17-22-27-953Z.xml | User | 1715124149 | 6.815 | 2 | 0 | 0 | 0 |
243255 | 20679 20679 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/390/artifact/log/WDIO.xunit-2024-05-07T17-22-30-343Z.xml | BlankPage | 1715124151 | 0.83 | 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) );