testsuites
5 rows where build_id = 727
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2818 | 727 727 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76234/artifact/log/WDIO.xunit-2021-09-23T23-27-39-383Z.xml | Page | 1632461261 | 0.85 | 17 | 0 | 0 | 17 |
2819 | 727 727 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76234/artifact/log/WDIO.xunit-2021-09-23T23-27-43-613Z.xml | Special RecentChanges | 1632461265 | 1.704 | 2 | 0 | 0 | 2 |
2820 | 727 727 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76234/artifact/log/WDIO.xunit-2021-09-23T23-27-48-622Z.xml | User | 1632461271 | 9.073 | 2 | 0 | 0 | 0 |
2821 | 727 727 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76234/artifact/log/WDIO.xunit-2021-09-23T23-28-02-042Z.xml | Special Watchlist | 1632461284 | 2.729 | 2 | 0 | 0 | 2 |
2822 | 727 727 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76234/artifact/log/WDIO.xunit-2021-09-23T23-28-08-830Z.xml | BlankPage | 1632461290 | 1.946 | 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) );