testsuites
2 rows where build_id = 13981
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183562 | 13981 13981 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-Echo/1198/artifact/log/WDIO.xunit-2021-11-16T16-37-42-453Z.xml | Echo | 1637105867 | 30.243 | 3 | 0 | 0 | 0 |
183563 | 13981 13981 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-Echo/1198/artifact/log/WDIO.xunit-2021-11-16T16-38-18-284Z.xml | Notifications | 1637105899 | 5.3 | 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) );