testsuites
4 rows where build_id = 910
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4923 | 910 910 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/140/artifact/log/WDIO.xunit-2021-09-13T12-56-37-522Z.xml | Advanced Search | 1631559401 | 39.432 | 3 | 0 | 0 | 0 |
4924 | 910 910 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/140/artifact/log/WDIO.xunit-2021-09-13T12-57-21-880Z.xml | Advanced Search | 1631559443 | 38.84 | 1 | 0 | 0 | 0 |
4925 | 910 910 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/140/artifact/log/WDIO.xunit-2021-09-13T12-58-03-020Z.xml | AdvancedSearch | 1631559484 | 39.87 | 14 | 0 | 0 | 0 |
4926 | 910 910 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/140/artifact/log/WDIO.xunit-2021-09-13T12-58-45-159Z.xml | Advanced Search submit | 1631559526 | 10.433 | 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) );