testsuites
4 rows where build_id = 20659
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242886 | 20659 20659 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/419/artifact/log/WDIO.xunit-2024-05-09T18-42-21-869Z.xml | User | 1715301742 | 5.159 | 2 | 0 | 0 | 0 |
242887 | 20659 20659 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/419/artifact/log/WDIO.xunit-2024-05-09T18-42-21-885Z.xml | Special Watchlist | 1715301742 | 0.385 | 1 | 0 | 0 | 1 |
242888 | 20659 20659 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/419/artifact/log/WDIO.xunit-2024-05-09T18-42-21-898Z.xml | Page | 1715301742 | 18.909 | 9 | 0 | 0 | 0 |
242889 | 20659 20659 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/419/artifact/log/WDIO.xunit-2024-05-09T18-42-23-734Z.xml | BlankPage | 1715301745 | 0.596 | 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) );