testsuites
5 rows where build_id = 712
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2668 | 712 712 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76253/artifact/log/WDIO.xunit-2021-09-24T20-34-17-457Z.xml | Page | 1632537258 | 0.676 | 17 | 0 | 0 | 17 |
2669 | 712 712 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76253/artifact/log/WDIO.xunit-2021-09-24T20-34-20-588Z.xml | Special RecentChanges | 1632537262 | 0.606 | 2 | 0 | 0 | 2 |
2670 | 712 712 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76253/artifact/log/WDIO.xunit-2021-09-24T20-34-23-997Z.xml | User | 1632537265 | 5.294 | 2 | 0 | 0 | 0 |
2671 | 712 712 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76253/artifact/log/WDIO.xunit-2021-09-24T20-34-31-737Z.xml | Special Watchlist | 1632537273 | 2.158 | 2 | 0 | 0 | 2 |
2672 | 712 712 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76253/artifact/log/WDIO.xunit-2021-09-24T20-34-36-799Z.xml | BlankPage | 1632537277 | 0.527 | 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) );