testsuites
5 rows where build_id = 701
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2613 | 701 701 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76265/artifact/log/WDIO.xunit-2021-09-27T14-47-42-539Z.xml | Page | 1632775664 | 0.884 | 17 | 0 | 0 | 17 |
2614 | 701 701 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76265/artifact/log/WDIO.xunit-2021-09-27T14-47-46-824Z.xml | Special RecentChanges | 1632775668 | 0.788 | 2 | 0 | 0 | 2 |
2615 | 701 701 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76265/artifact/log/WDIO.xunit-2021-09-27T14-47-51-056Z.xml | User | 1632775672 | 5.727 | 2 | 0 | 0 | 0 |
2616 | 701 701 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76265/artifact/log/WDIO.xunit-2021-09-27T14-48-00-297Z.xml | Special Watchlist | 1632775682 | 2.442 | 2 | 0 | 0 | 2 |
2617 | 701 701 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76265/artifact/log/WDIO.xunit-2021-09-27T14-48-06-176Z.xml | BlankPage | 1632775687 | 0.56 | 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) );