testsuites
5 rows where build_id = 720
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2758 | 720 720 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76242/artifact/log/WDIO.xunit-2021-09-24T16-45-44-984Z.xml | Page | 1632523546 | 0.987 | 17 | 0 | 0 | 17 |
2759 | 720 720 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76242/artifact/log/WDIO.xunit-2021-09-24T16-45-49-593Z.xml | Special RecentChanges | 1632523551 | 0.719 | 2 | 0 | 0 | 2 |
2760 | 720 720 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76242/artifact/log/WDIO.xunit-2021-09-24T16-45-53-635Z.xml | User | 1632523555 | 8.847 | 2 | 0 | 0 | 0 |
2761 | 720 720 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76242/artifact/log/WDIO.xunit-2021-09-24T16-46-05-902Z.xml | Special Watchlist | 1632523567 | 7.359 | 2 | 0 | 0 | 2 |
2762 | 720 720 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76242/artifact/log/WDIO.xunit-2021-09-24T16-46-16-306Z.xml | BlankPage | 1632523577 | 0.583 | 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) );