testsuites
5 rows where build_id = 725
This data as json, CSV (advanced)
Suggested facets: tests
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2808 | 725 725 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76236/artifact/log/WDIO.xunit-2021-09-24T00-56-30-957Z.xml | Page | 1632466592 | 8.55 | 17 | 0 | 0 | 17 |
2809 | 725 725 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76236/artifact/log/WDIO.xunit-2021-09-24T00-56-41-899Z.xml | Special RecentChanges | 1632466603 | 1.187 | 2 | 0 | 0 | 2 |
2810 | 725 725 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76236/artifact/log/WDIO.xunit-2021-09-24T00-56-45-894Z.xml | User | 1632466607 | 5.995 | 2 | 0 | 0 | 0 |
2811 | 725 725 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76236/artifact/log/WDIO.xunit-2021-09-24T00-56-54-749Z.xml | Special Watchlist | 1632466615 | 7.311 | 2 | 0 | 0 | 2 |
2812 | 725 725 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76236/artifact/log/WDIO.xunit-2021-09-24T00-57-04-417Z.xml | BlankPage | 1632466625 | 2.04 | 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) );