testsuites
5 rows where build_id = 2762
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
32495 | 2762 2762 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8499/artifact/log/WDIO.xunit-2021-09-29T16-30-35-799Z.xml | Page | 1632954637 | 0.653 | 17 | 0 | 0 | 17 |
32496 | 2762 2762 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8499/artifact/log/WDIO.xunit-2021-09-29T16-30-38-967Z.xml | Special RecentChanges | 1632954640 | 0.655 | 2 | 0 | 0 | 2 |
32497 | 2762 2762 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8499/artifact/log/WDIO.xunit-2021-09-29T16-30-42-099Z.xml | User | 1632954643 | 6.22 | 2 | 0 | 0 | 0 |
32498 | 2762 2762 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8499/artifact/log/WDIO.xunit-2021-09-29T16-30-50-945Z.xml | Special Watchlist | 1632954652 | 2.47 | 2 | 0 | 0 | 2 |
32499 | 2762 2762 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8499/artifact/log/WDIO.xunit-2021-09-29T16-30-56-361Z.xml | BlankPage | 1632954657 | 0.746 | 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) );