testsuites
4 rows where build_id = 15234
This data as json, CSV (advanced)
Suggested facets: timestamp, tests, failures, errors
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
193859 | 15234 15234 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/885/artifact/log/WDIO.xunit-2023-09-15T12-56-20-125Z.xml | Advanced Search | 1694804184 | 13.993 | 1 | 0 | 0 | 0 |
193860 | 15234 15234 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/885/artifact/log/WDIO.xunit-2023-09-15T12-56-20-143Z.xml | Advanced Search | 1694804184 | 15.889 | 3 | 1 | 1 | 0 |
193861 | 15234 15234 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/885/artifact/log/WDIO.xunit-2023-09-15T12-56-20-203Z.xml | Advanced Search | 1694804184 | 5.479 | 1 | 0 | 0 | 0 |
193862 | 15234 15234 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/885/artifact/log/WDIO.xunit-2023-09-15T12-56-41-531Z.xml | Advanced Search | 1694804202 | 12.861 | 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) );