testsuites
4 rows where build_id = 913
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4935 | 913 913 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/137/artifact/log/WDIO.xunit-2021-09-10T12-56-37-150Z.xml | Advanced Search | 1631300198 | 38.463 | 3 | 0 | 0 | 0 |
4936 | 913 913 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/137/artifact/log/WDIO.xunit-2021-09-10T12-57-17-932Z.xml | Advanced Search | 1631300239 | 40.09 | 1 | 0 | 0 | 0 |
4937 | 913 913 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/137/artifact/log/WDIO.xunit-2021-09-10T12-58-00-142Z.xml | AdvancedSearch | 1631300281 | 42.352 | 14 | 0 | 0 | 0 |
4938 | 913 913 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/137/artifact/log/WDIO.xunit-2021-09-10T12-58-44-636Z.xml | Advanced Search submit | 1631300325 | 10.585 | 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) );