testsuites
4 rows where build_id = 906
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4907 | 906 906 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/144/artifact/log/WDIO.xunit-2021-09-17T12-56-39-340Z.xml | Advanced Search | 1631905012 | 29.009 | 3 | 0 | 0 | 0 |
4908 | 906 906 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/144/artifact/log/WDIO.xunit-2021-09-17T12-57-22-790Z.xml | Advanced Search | 1631905044 | 40.286 | 1 | 0 | 0 | 0 |
4909 | 906 906 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/144/artifact/log/WDIO.xunit-2021-09-17T12-58-06-079Z.xml | AdvancedSearch | 1631905087 | 39.134 | 14 | 0 | 0 | 0 |
4910 | 906 906 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/144/artifact/log/WDIO.xunit-2021-09-17T12-58-47-802Z.xml | Advanced Search submit | 1631905129 | 10.679 | 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) );