testsuites
4 rows where build_id = 14973
This data as json, CSV (advanced)
Suggested facets: skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
190854 | 14973 14973 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8863/artifact/log/WDIO.xunit-2023-09-21T08-32-48-709Z.xml | User | 1695306770 | 6.405 | 2 | 0 | 0 | 0 |
190855 | 14973 14973 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8863/artifact/log/WDIO.xunit-2023-09-21T08-32-48-710Z.xml | Page | 1695306770 | 1.087 | 17 | 0 | 0 | 17 |
190856 | 14973 14973 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8863/artifact/log/WDIO.xunit-2023-09-21T08-32-48-715Z.xml | Special Watchlist | 1695306770 | 1.695 | 2 | 0 | 0 | 2 |
190857 | 14973 14973 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8863/artifact/log/WDIO.xunit-2023-09-21T08-32-52-159Z.xml | BlankPage | 1695306773 | 0.702 | 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) );