testsuites
4 rows where build_id = 13882
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183383 | 13882 13882 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/214/artifact/log/WDIO.xunit-2021-11-25T09-05-13-744Z.xml | Advanced Search | 1637856318 | 29.461 | 3 | 0 | 0 | 0 |
183384 | 13882 13882 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/214/artifact/log/WDIO.xunit-2021-11-25T09-05-49-296Z.xml | Advanced Search | 1637856351 | 48.908 | 1 | 0 | 0 | 0 |
183385 | 13882 13882 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/214/artifact/log/WDIO.xunit-2021-11-25T09-06-40-870Z.xml | AdvancedSearch | 1637856402 | 39.258 | 14 | 0 | 0 | 0 |
183386 | 13882 13882 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/214/artifact/log/WDIO.xunit-2021-11-25T09-07-22-944Z.xml | Advanced Search submit | 1637856444 | 10.906 | 6 | 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) );