testsuites
5 rows where build_id = 702
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2618 | 702 702 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76264/artifact/log/WDIO.xunit-2021-09-27T14-39-43-997Z.xml | Page | 1632775185 | 0.733 | 17 | 0 | 0 | 17 |
2619 | 702 702 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76264/artifact/log/WDIO.xunit-2021-09-27T14-39-47-093Z.xml | Special RecentChanges | 1632775188 | 0.554 | 2 | 0 | 0 | 2 |
2620 | 702 702 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76264/artifact/log/WDIO.xunit-2021-09-27T14-39-49-860Z.xml | User | 1632775190 | 5.2 | 2 | 0 | 0 | 0 |
2621 | 702 702 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76264/artifact/log/WDIO.xunit-2021-09-27T14-39-57-423Z.xml | Special Watchlist | 1632775198 | 2.256 | 2 | 0 | 0 | 2 |
2622 | 702 702 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76264/artifact/log/WDIO.xunit-2021-09-27T14-40-02-228Z.xml | BlankPage | 1632775203 | 0.531 | 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) );