testsuites
5 rows where build_id = 20625
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242721 | 20625 20625 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/454/artifact/log/WDIO.xunit-2024-05-09T20-03-48-113Z.xml | Special RecentChanges | 1715306629 | 4.611 | 1 | 0 | 0 | 0 |
242722 | 20625 20625 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/454/artifact/log/WDIO.xunit-2024-05-09T20-03-48-219Z.xml | User | 1715306629 | 7.743 | 2 | 0 | 0 | 0 |
242723 | 20625 20625 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/454/artifact/log/WDIO.xunit-2024-05-09T20-03-48-235Z.xml | Page | 1715306629 | 24.795 | 9 | 0 | 0 | 0 |
242724 | 20625 20625 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/454/artifact/log/WDIO.xunit-2024-05-09T20-03-48-272Z.xml | Special Watchlist | 1715306629 | 0.369 | 1 | 0 | 0 | 1 |
242725 | 20625 20625 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/454/artifact/log/WDIO.xunit-2024-05-09T20-03-50-653Z.xml | BlankPage | 1715306632 | 2.405 | 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) );