testsuites
4 rows where build_id = 13893
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183427 | 13893 13893 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/203/artifact/log/WDIO.xunit-2021-11-15T12-57-20-909Z.xml | Advanced Search | 1637006242 | 32.967 | 3 | 0 | 0 | 0 |
183428 | 13893 13893 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/203/artifact/log/WDIO.xunit-2021-11-15T12-57-56-823Z.xml | Advanced Search | 1637006278 | 44.956 | 1 | 0 | 0 | 0 |
183429 | 13893 13893 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/203/artifact/log/WDIO.xunit-2021-11-15T12-58-44-213Z.xml | AdvancedSearch | 1637006325 | 42.874 | 14 | 0 | 0 | 0 |
183430 | 13893 13893 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/203/artifact/log/WDIO.xunit-2021-11-15T12-59-29-562Z.xml | Advanced Search submit | 1637006371 | 11.0 | 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) );