testsuites
5 rows where build_id = 723
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2798 | 723 723 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76238/artifact/log/WDIO.xunit-2021-09-24T14-59-28-672Z.xml | Page | 1632517170 | 0.841 | 17 | 0 | 0 | 17 |
2799 | 723 723 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76238/artifact/log/WDIO.xunit-2021-09-24T14-59-32-415Z.xml | Special RecentChanges | 1632517173 | 0.69 | 2 | 0 | 0 | 2 |
2800 | 723 723 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76238/artifact/log/WDIO.xunit-2021-09-24T14-59-35-679Z.xml | User | 1632517177 | 5.998 | 2 | 0 | 0 | 0 |
2801 | 723 723 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76238/artifact/log/WDIO.xunit-2021-09-24T14-59-44-732Z.xml | Special Watchlist | 1632517187 | 4.029 | 2 | 0 | 0 | 2 |
2802 | 723 723 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76238/artifact/log/WDIO.xunit-2021-09-24T14-59-52-801Z.xml | BlankPage | 1632517194 | 0.643 | 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) );