testsuites
4 rows where build_id = 13883
This data as json, CSV (advanced)
Suggested facets: name, failures
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183387 | 13883 13883 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/213/artifact/log/WDIO.xunit-2021-11-24T14-37-21-257Z.xml | Advanced Search | 1637789843 | 35.43 | 3 | 0 | 0 | 0 |
183388 | 13883 13883 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/213/artifact/log/WDIO.xunit-2021-11-24T14-38-00-254Z.xml | Advanced Search | 1637789882 | 55.375 | 1 | 1 | 1 | 0 |
183389 | 13883 13883 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/213/artifact/log/WDIO.xunit-2021-11-24T14-38-58-336Z.xml | AdvancedSearch | 1637789939 | 51.515 | 14 | 2 | 2 | 0 |
183390 | 13883 13883 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/213/artifact/log/WDIO.xunit-2021-11-24T14-39-52-362Z.xml | Advanced Search submit | 1637789994 | 15.974 | 6 | 1 | 1 | 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) );