testsuites
4 rows where build_id = 8860
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
121778 | 8860 8860 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/165/artifact/log/WDIO.xunit-2021-10-08T12-56-39-360Z.xml | Advanced Search | 1633719401 | 29.649 | 3 | 0 | 0 | 0 |
121779 | 8860 8860 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/165/artifact/log/WDIO.xunit-2021-10-08T12-57-11-948Z.xml | Advanced Search | 1633719433 | 42.763 | 1 | 0 | 0 | 0 |
121780 | 8860 8860 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/165/artifact/log/WDIO.xunit-2021-10-08T12-57-57-138Z.xml | AdvancedSearch | 1633719478 | 42.052 | 14 | 0 | 0 | 0 |
121781 | 8860 8860 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/165/artifact/log/WDIO.xunit-2021-10-08T12-58-41-659Z.xml | Advanced Search submit | 1633719523 | 11.304 | 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) );