testsuites
5 rows where build_id = 20632
This data as json, CSV (advanced)
Suggested facets: timestamp, tests
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242754 | 20632 20632 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/447/artifact/log/WDIO.xunit-2024-05-09T19-57-19-997Z.xml | Page | 1715306241 | 22.159 | 9 | 0 | 0 | 0 |
242755 | 20632 20632 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/447/artifact/log/WDIO.xunit-2024-05-09T19-57-20-009Z.xml | User | 1715306241 | 5.499 | 2 | 0 | 0 | 0 |
242756 | 20632 20632 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/447/artifact/log/WDIO.xunit-2024-05-09T19-57-20-037Z.xml | Special RecentChanges | 1715306241 | 2.801 | 1 | 0 | 0 | 0 |
242757 | 20632 20632 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/447/artifact/log/WDIO.xunit-2024-05-09T19-57-20-065Z.xml | Special Watchlist | 1715306241 | 0.454 | 1 | 0 | 0 | 1 |
242758 | 20632 20632 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/447/artifact/log/WDIO.xunit-2024-05-09T19-57-22-387Z.xml | BlankPage | 1715306243 | 0.866 | 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) );