testsuites
5 rows where build_id = 703
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2623 | 703 703 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76263/artifact/log/WDIO.xunit-2021-09-27T14-08-00-068Z.xml | Page | 1632773281 | 0.691 | 17 | 0 | 0 | 17 |
2624 | 703 703 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76263/artifact/log/WDIO.xunit-2021-09-27T14-08-03-129Z.xml | Special RecentChanges | 1632773284 | 0.661 | 2 | 0 | 0 | 2 |
2625 | 703 703 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76263/artifact/log/WDIO.xunit-2021-09-27T14-08-06-604Z.xml | User | 1632773287 | 4.778 | 2 | 0 | 0 | 0 |
2626 | 703 703 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76263/artifact/log/WDIO.xunit-2021-09-27T14-08-13-915Z.xml | Special Watchlist | 1632773295 | 2.201 | 2 | 0 | 0 | 2 |
2627 | 703 703 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76263/artifact/log/WDIO.xunit-2021-09-27T14-08-18-685Z.xml | BlankPage | 1632773299 | 0.564 | 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) );