testsuites
5 rows where build_id = 721
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2763 | 721 721 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76241/artifact/log/WDIO.xunit-2021-09-24T15-05-29-970Z.xml | Page | 1632517531 | 0.775 | 17 | 0 | 0 | 17 |
2764 | 721 721 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76241/artifact/log/WDIO.xunit-2021-09-24T15-05-33-447Z.xml | Special RecentChanges | 1632517534 | 0.652 | 2 | 0 | 0 | 2 |
2765 | 721 721 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76241/artifact/log/WDIO.xunit-2021-09-24T15-05-36-571Z.xml | User | 1632517537 | 5.51 | 2 | 0 | 0 | 0 |
2766 | 721 721 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76241/artifact/log/WDIO.xunit-2021-09-24T15-05-44-684Z.xml | Special Watchlist | 1632517546 | 2.418 | 2 | 0 | 0 | 2 |
2767 | 721 721 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76241/artifact/log/WDIO.xunit-2021-09-24T15-05-50-165Z.xml | BlankPage | 1632517551 | 0.507 | 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) );