testsuites
4 rows where build_id = 15239
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
193886 | 15239 15239 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/880/artifact/log/WDIO.xunit-2023-09-10T12-56-42-447Z.xml | Advanced Search | 1694372203 | 12.804 | 1 | 0 | 0 | 0 |
193887 | 15239 15239 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/880/artifact/log/WDIO.xunit-2023-09-10T12-56-42-488Z.xml | Advanced Search | 1694372203 | 16.312 | 3 | 1 | 1 | 0 |
193888 | 15239 15239 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/880/artifact/log/WDIO.xunit-2023-09-10T12-56-42-512Z.xml | Advanced Search | 1694372203 | 5.583 | 1 | 0 | 0 | 0 |
193889 | 15239 15239 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/880/artifact/log/WDIO.xunit-2023-09-10T12-57-00-691Z.xml | Advanced Search | 1694372221 | 14.319 | 3 | 1 | 1 | 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) );