testsuites
4 rows where build_id = 922
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4971 | 922 922 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/128/artifact/log/WDIO.xunit-2021-09-01T12-56-42-218Z.xml | Advanced Search | 1630522605 | 29.506 | 3 | 0 | 0 | 0 |
4972 | 922 922 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/128/artifact/log/WDIO.xunit-2021-09-01T12-57-15-840Z.xml | Advanced Search | 1630522637 | 40.374 | 1 | 0 | 0 | 0 |
4973 | 922 922 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/128/artifact/log/WDIO.xunit-2021-09-01T12-57-58-669Z.xml | AdvancedSearch | 1630522680 | 43.067 | 14 | 0 | 0 | 0 |
4974 | 922 922 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/128/artifact/log/WDIO.xunit-2021-09-01T12-58-44-296Z.xml | Advanced Search submit | 1630522726 | 11.486 | 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) );