testsuites
4 rows where build_id = 914
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4939 | 914 914 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/136/artifact/log/WDIO.xunit-2021-09-09T12-56-41-786Z.xml | Advanced Search | 1631213807 | 25.079 | 3 | 0 | 0 | 0 |
4940 | 914 914 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/136/artifact/log/WDIO.xunit-2021-09-09T12-57-12-926Z.xml | Advanced Search | 1631213834 | 39.178 | 1 | 0 | 0 | 0 |
4941 | 914 914 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/136/artifact/log/WDIO.xunit-2021-09-09T12-57-54-319Z.xml | AdvancedSearch | 1631213875 | 40.628 | 14 | 0 | 0 | 0 |
4942 | 914 914 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/136/artifact/log/WDIO.xunit-2021-09-09T12-58-37-201Z.xml | Advanced Search submit | 1631213918 | 10.279 | 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) );