testsuites
2 rows where build_id = 988
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
5051 | 988 988 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-Echo/1146/artifact/log/WDIO.xunit-2021-09-25T16-37-34-376Z.xml | Echo | 1632609456 | 20.283 | 3 | 0 | 0 | 0 |
5052 | 988 988 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-Echo/1146/artifact/log/WDIO.xunit-2021-09-25T16-37-57-408Z.xml | Notifications | 1632609478 | 5.615 | 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) );