testsuites
4 rows where build_id = 903
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4895 | 903 903 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/147/artifact/log/WDIO.xunit-2021-09-20T12-56-42-583Z.xml | Advanced Search | 1632164207 | 27.444 | 3 | 0 | 0 | 0 |
4896 | 903 903 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/147/artifact/log/WDIO.xunit-2021-09-20T12-57-15-879Z.xml | Advanced Search | 1632164237 | 40.461 | 1 | 0 | 0 | 0 |
4897 | 903 903 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/147/artifact/log/WDIO.xunit-2021-09-20T12-57-58-668Z.xml | AdvancedSearch | 1632164280 | 40.421 | 14 | 0 | 0 | 0 |
4898 | 903 903 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/147/artifact/log/WDIO.xunit-2021-09-20T12-58-41-445Z.xml | Advanced Search submit | 1632164322 | 11.147 | 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) );