testsuites
5 rows where build_id = 737
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2973 | 737 737 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76218/artifact/log/WDIO.xunit-2021-09-23T21-26-40-389Z.xml | Page | 1632454002 | 0.755 | 17 | 0 | 0 | 17 |
2974 | 737 737 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76218/artifact/log/WDIO.xunit-2021-09-23T21-26-44-105Z.xml | Special RecentChanges | 1632454005 | 0.503 | 2 | 0 | 0 | 2 |
2975 | 737 737 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76218/artifact/log/WDIO.xunit-2021-09-23T21-26-47-076Z.xml | User | 1632454008 | 5.282 | 2 | 0 | 0 | 0 |
2976 | 737 737 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76218/artifact/log/WDIO.xunit-2021-09-23T21-26-54-822Z.xml | Special Watchlist | 1632454016 | 2.497 | 2 | 0 | 0 | 2 |
2977 | 737 737 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76218/artifact/log/WDIO.xunit-2021-09-23T21-27-00-255Z.xml | BlankPage | 1632454021 | 0.969 | 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) );