testsuites
4 rows where build_id = 898
This data as json, CSV (advanced)
Suggested facets: name
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4875 | 898 898 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/152/artifact/log/WDIO.xunit-2021-09-25T12-56-40-776Z.xml | Advanced Search | 1632596202 | 27.346 | 3 | 0 | 0 | 0 |
4876 | 898 898 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/152/artifact/log/WDIO.xunit-2021-09-25T12-57-10-569Z.xml | Advanced Search | 1632596231 | 38.435 | 1 | 0 | 0 | 0 |
4877 | 898 898 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/152/artifact/log/WDIO.xunit-2021-09-25T12-57-51-257Z.xml | AdvancedSearch | 1632596273 | 40.503 | 14 | 0 | 0 | 0 |
4878 | 898 898 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/152/artifact/log/WDIO.xunit-2021-09-25T12-58-34-497Z.xml | Advanced Search submit | 1632596315 | 11.005 | 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) );