testsuites
4 rows where build_id = 911
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4927 | 911 911 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/139/artifact/log/WDIO.xunit-2021-09-12T12-56-38-082Z.xml | Advanced Search | 1631472999 | 24.601 | 3 | 0 | 0 | 0 |
4928 | 911 911 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/139/artifact/log/WDIO.xunit-2021-09-12T12-57-05-115Z.xml | Advanced Search | 1631473026 | 39.859 | 1 | 0 | 0 | 0 |
4929 | 911 911 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/139/artifact/log/WDIO.xunit-2021-09-12T12-57-47-190Z.xml | AdvancedSearch | 1631473068 | 41.415 | 14 | 0 | 0 | 0 |
4930 | 911 911 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/139/artifact/log/WDIO.xunit-2021-09-12T12-58-30-873Z.xml | Advanced Search submit | 1631473112 | 10.448 | 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) );