testsuites
5 rows where build_id = 741
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
3043 | 741 741 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76213/artifact/log/WDIO.xunit-2021-09-23T19-56-56-668Z.xml | Page | 1632448617 | 0.796 | 17 | 0 | 0 | 17 |
3044 | 741 741 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76213/artifact/log/WDIO.xunit-2021-09-23T19-56-59-910Z.xml | Special RecentChanges | 1632448621 | 0.602 | 2 | 0 | 0 | 2 |
3045 | 741 741 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76213/artifact/log/WDIO.xunit-2021-09-23T19-57-02-912Z.xml | User | 1632448624 | 5.355 | 2 | 0 | 0 | 0 |
3046 | 741 741 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76213/artifact/log/WDIO.xunit-2021-09-23T19-57-10-835Z.xml | Special Watchlist | 1632448631 | 2.29 | 2 | 0 | 0 | 2 |
3047 | 741 741 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76213/artifact/log/WDIO.xunit-2021-09-23T19-57-15-605Z.xml | BlankPage | 1632448636 | 0.548 | 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) );