testsuites
4 rows where build_id = 13898
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183447 | 13898 13898 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/198/artifact/log/WDIO.xunit-2021-11-10T12-56-47-013Z.xml | Advanced Search | 1636574210 | 31.754 | 3 | 0 | 0 | 0 |
183448 | 13898 13898 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/198/artifact/log/WDIO.xunit-2021-11-10T12-57-22-766Z.xml | Advanced Search | 1636574244 | 44.346 | 1 | 0 | 0 | 0 |
183449 | 13898 13898 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/198/artifact/log/WDIO.xunit-2021-11-10T12-58-09-368Z.xml | AdvancedSearch | 1636574290 | 40.998 | 14 | 0 | 0 | 0 |
183450 | 13898 13898 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/198/artifact/log/WDIO.xunit-2021-11-10T12-58-52-827Z.xml | Advanced Search submit | 1636574334 | 11.42 | 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) );