testsuites
5 rows where build_id = 3495
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
44399 | 3495 3495 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8506/artifact/log/WDIO.xunit-2021-09-30T18-44-42-284Z.xml | Page | 1633049083 | 0.858 | 17 | 0 | 0 | 17 |
44400 | 3495 3495 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8506/artifact/log/WDIO.xunit-2021-09-30T18-44-45-926Z.xml | Special RecentChanges | 1633049087 | 0.745 | 2 | 0 | 0 | 2 |
44401 | 3495 3495 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8506/artifact/log/WDIO.xunit-2021-09-30T18-44-49-763Z.xml | User | 1633049090 | 5.626 | 2 | 0 | 0 | 0 |
44402 | 3495 3495 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8506/artifact/log/WDIO.xunit-2021-09-30T18-44-57-764Z.xml | Special Watchlist | 1633049098 | 2.589 | 2 | 0 | 0 | 2 |
44403 | 3495 3495 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8506/artifact/log/WDIO.xunit-2021-09-30T18-45-02-941Z.xml | BlankPage | 1633049103 | 1.459 | 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) );