testsuites
4 rows where build_id = 13894
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183431 | 13894 13894 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/202/artifact/log/WDIO.xunit-2021-11-14T12-57-00-302Z.xml | Advanced Search | 1636919822 | 35.153 | 3 | 0 | 0 | 0 |
183432 | 13894 13894 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/202/artifact/log/WDIO.xunit-2021-11-14T12-57-38-986Z.xml | Advanced Search | 1636919860 | 43.84 | 1 | 0 | 0 | 0 |
183433 | 13894 13894 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/202/artifact/log/WDIO.xunit-2021-11-14T12-58-26-071Z.xml | AdvancedSearch | 1636919908 | 46.151 | 14 | 0 | 0 | 0 |
183434 | 13894 13894 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/202/artifact/log/WDIO.xunit-2021-11-14T12-59-15-680Z.xml | Advanced Search submit | 1636919957 | 14.375 | 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) );