testsuites
5 rows where build_id = 719
This data as json, CSV (advanced)
Suggested facets: skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2753 | 719 719 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76243/artifact/log/WDIO.xunit-2021-09-24T17-08-27-142Z.xml | Page | 1632524908 | 0.729 | 17 | 0 | 0 | 17 |
2754 | 719 719 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76243/artifact/log/WDIO.xunit-2021-09-24T17-08-30-382Z.xml | Special RecentChanges | 1632524911 | 0.647 | 2 | 0 | 0 | 2 |
2755 | 719 719 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76243/artifact/log/WDIO.xunit-2021-09-24T17-08-33-464Z.xml | User | 1632524914 | 5.036 | 2 | 0 | 0 | 0 |
2756 | 719 719 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76243/artifact/log/WDIO.xunit-2021-09-24T17-08-40-864Z.xml | Special Watchlist | 1632524922 | 2.345 | 2 | 0 | 0 | 2 |
2757 | 719 719 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76243/artifact/log/WDIO.xunit-2021-09-24T17-08-45-709Z.xml | BlankPage | 1632524926 | 0.593 | 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) );