testsuites
4 rows where build_id = 13878
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183367 | 13878 13878 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/218/artifact/log/WDIO.xunit-2021-11-28T12-57-24-230Z.xml | Advanced Search | 1638129445 | 29.792 | 3 | 0 | 0 | 0 |
183368 | 13878 13878 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/218/artifact/log/WDIO.xunit-2021-11-28T12-57-56-593Z.xml | Advanced Search | 1638129477 | 46.768 | 1 | 0 | 0 | 0 |
183369 | 13878 13878 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/218/artifact/log/WDIO.xunit-2021-11-28T12-58-45-632Z.xml | AdvancedSearch | 1638129526 | 40.193 | 14 | 0 | 0 | 0 |
183370 | 13878 13878 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/218/artifact/log/WDIO.xunit-2021-11-28T12-59-28-098Z.xml | Advanced Search submit | 1638129569 | 11.065 | 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) );