testsuites
4 rows where build_id = 919
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4959 | 919 919 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/131/artifact/log/WDIO.xunit-2021-09-04T12-56-39-052Z.xml | Advanced Search | 1630781803 | 28.689 | 3 | 0 | 0 | 0 |
4960 | 919 919 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/131/artifact/log/WDIO.xunit-2021-09-04T12-57-12-896Z.xml | Advanced Search | 1630781834 | 44.479 | 1 | 0 | 0 | 0 |
4961 | 919 919 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/131/artifact/log/WDIO.xunit-2021-09-04T12-57-59-648Z.xml | AdvancedSearch | 1630781880 | 40.345 | 14 | 0 | 0 | 0 |
4962 | 919 919 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/131/artifact/log/WDIO.xunit-2021-09-04T12-58-42-255Z.xml | Advanced Search submit | 1630781923 | 10.941 | 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) );