testsuites
4 rows where build_id = 901
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4887 | 901 901 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/149/artifact/log/WDIO.xunit-2021-09-22T12-56-49-761Z.xml | Advanced Search | 1632337016 | 28.993 | 3 | 0 | 0 | 0 |
4888 | 901 901 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/149/artifact/log/WDIO.xunit-2021-09-22T12-57-26-082Z.xml | Advanced Search | 1632337047 | 37.257 | 1 | 0 | 0 | 0 |
4889 | 901 901 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/149/artifact/log/WDIO.xunit-2021-09-22T12-58-05-544Z.xml | AdvancedSearch | 1632337087 | 39.913 | 14 | 0 | 0 | 0 |
4890 | 901 901 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/149/artifact/log/WDIO.xunit-2021-09-22T12-58-48-136Z.xml | Advanced Search submit | 1632337129 | 11.096 | 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) );