testsuites
5 rows where build_id = 743
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
3055 | 743 743 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76211/artifact/log/WDIO.xunit-2021-09-23T19-10-28-459Z.xml | Page | 1632445830 | 0.778 | 17 | 0 | 0 | 17 |
3056 | 743 743 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76211/artifact/log/WDIO.xunit-2021-09-23T19-10-32-097Z.xml | Special RecentChanges | 1632445833 | 0.601 | 2 | 0 | 0 | 2 |
3057 | 743 743 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76211/artifact/log/WDIO.xunit-2021-09-23T19-10-35-200Z.xml | User | 1632445836 | 5.249 | 2 | 0 | 0 | 0 |
3058 | 743 743 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76211/artifact/log/WDIO.xunit-2021-09-23T19-10-43-007Z.xml | Special Watchlist | 1632445844 | 2.384 | 2 | 0 | 0 | 2 |
3059 | 743 743 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76211/artifact/log/WDIO.xunit-2021-09-23T19-10-48-049Z.xml | BlankPage | 1632445849 | 3.662 | 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) );