testsuites
4 rows where build_id = 13870
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183335 | 13870 13870 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/226/artifact/log/WDIO.xunit-2021-12-06T12-56-50-376Z.xml | Advanced Search | 1638820615 | 37.825 | 3 | 0 | 0 | 0 |
183336 | 13870 13870 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/226/artifact/log/WDIO.xunit-2021-12-06T12-57-33-903Z.xml | Advanced Search | 1638820655 | 51.792 | 1 | 0 | 0 | 0 |
183337 | 13870 13870 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/226/artifact/log/WDIO.xunit-2021-12-06T12-58-28-032Z.xml | AdvancedSearch | 1638820709 | 41.416 | 14 | 0 | 0 | 0 |
183338 | 13870 13870 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/226/artifact/log/WDIO.xunit-2021-12-06T12-59-11-722Z.xml | Advanced Search submit | 1638820753 | 10.754 | 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) );