testsuites
4 rows where build_id = 905
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4903 | 905 905 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/145/artifact/log/WDIO.xunit-2021-09-18T12-56-45-990Z.xml | Advanced Search | 1631991410 | 34.196 | 3 | 0 | 0 | 0 |
4904 | 905 905 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/145/artifact/log/WDIO.xunit-2021-09-18T12-57-25-738Z.xml | Advanced Search | 1631991447 | 41.559 | 1 | 0 | 0 | 0 |
4905 | 905 905 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/145/artifact/log/WDIO.xunit-2021-09-18T12-58-09-531Z.xml | AdvancedSearch | 1631991490 | 42.524 | 14 | 0 | 0 | 0 |
4906 | 905 905 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/145/artifact/log/WDIO.xunit-2021-09-18T12-58-54-501Z.xml | Advanced Search submit | 1631991535 | 10.462 | 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) );