testsuites
4 rows where build_id = 15237
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
193872 | 15237 15237 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/882/artifact/log/WDIO.xunit-2023-09-12T12-56-22-336Z.xml | Advanced Search | 1694544983 | 12.26 | 1 | 0 | 0 | 0 |
193873 | 15237 15237 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/882/artifact/log/WDIO.xunit-2023-09-12T12-56-22-340Z.xml | Advanced Search | 1694544984 | 3.792 | 1 | 0 | 0 | 0 |
193874 | 15237 15237 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/882/artifact/log/WDIO.xunit-2023-09-12T12-56-22-344Z.xml | Advanced Search | 1694544984 | 15.02 | 3 | 1 | 1 | 0 |
193875 | 15237 15237 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/882/artifact/log/WDIO.xunit-2023-09-12T12-56-39-758Z.xml | Advanced Search | 1694545000 | 13.393 | 3 | 1 | 1 | 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) );