testsuites
4 rows where build_id = 13880
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183375 | 13880 13880 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/216/artifact/log/WDIO.xunit-2021-11-26T12-56-47-557Z.xml | Advanced Search | 1637956611 | 63.452 | 3 | 0 | 0 | 0 |
183376 | 13880 13880 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/216/artifact/log/WDIO.xunit-2021-11-26T12-57-56-316Z.xml | Advanced Search | 1637956677 | 44.037 | 1 | 0 | 0 | 0 |
183377 | 13880 13880 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/216/artifact/log/WDIO.xunit-2021-11-26T12-58-42-658Z.xml | AdvancedSearch | 1637956724 | 101.923 | 14 | 2 | 2 | 0 |
183378 | 13880 13880 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/216/artifact/log/WDIO.xunit-2021-11-26T13-00-27-000Z.xml | Advanced Search submit | 1637956828 | 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) );