testsuites
4 rows where build_id = 15229
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
193838 | 15229 15229 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/890/artifact/log/WDIO.xunit-2023-09-20T12-56-19-397Z.xml | Advanced Search | 1695236185 | 14.972 | 3 | 1 | 1 | 0 |
193839 | 15229 15229 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/890/artifact/log/WDIO.xunit-2023-09-20T12-56-19-413Z.xml | Advanced Search | 1695236185 | 3.98 | 1 | 0 | 0 | 0 |
193840 | 15229 15229 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/890/artifact/log/WDIO.xunit-2023-09-20T12-56-19-418Z.xml | Advanced Search | 1695236185 | 11.709 | 1 | 0 | 0 | 0 |
193841 | 15229 15229 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/890/artifact/log/WDIO.xunit-2023-09-20T12-56-40-712Z.xml | Advanced Search | 1695236201 | 13.554 | 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) );