testsuites
2 rows where build_id = 1818
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
14768 | 1818 1818 | https://integration.wikimedia.org/ci/job/wmf-quibble-apache-selenium-php72-docker/3308/artifact/log/WDIO.xunit-2021-09-28T09-33-52-056Z.xml | Page | 1632843236 | 1.54 | 17 | 0 | 0 | 17 |
14769 | 1818 1818 | https://integration.wikimedia.org/ci/job/wmf-quibble-apache-selenium-php72-docker/3308/artifact/log/WDIO.xunit-2021-09-28T09-34-00-177Z.xml | Special RecentChanges | 1632843243 | 0.95 | 2 | 0 | 0 | 2 |
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) );