testsuites
4 rows where build_id = 10355
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
139982 | 10355 10355 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/167/artifact/log/WDIO.xunit-2021-10-10T12-56-44-777Z.xml | Advanced Search | 1633892209 | 28.483 | 3 | 0 | 0 | 0 |
139983 | 10355 10355 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/167/artifact/log/WDIO.xunit-2021-10-10T12-57-19-659Z.xml | Advanced Search | 1633892241 | 40.34 | 1 | 0 | 0 | 0 |
139984 | 10355 10355 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/167/artifact/log/WDIO.xunit-2021-10-10T12-58-03-199Z.xml | AdvancedSearch | 1633892285 | 42.529 | 14 | 0 | 0 | 0 |
139985 | 10355 10355 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/167/artifact/log/WDIO.xunit-2021-10-10T12-58-48-960Z.xml | Advanced Search submit | 1633892330 | 12.007 | 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) );