testsuites
4 rows where build_id = 13900
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183455 | 13900 13900 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/196/artifact/log/WDIO.xunit-2021-11-08T12-56-57-777Z.xml | Advanced Search | 1636401422 | 27.785 | 3 | 0 | 0 | 0 |
183456 | 13900 13900 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/196/artifact/log/WDIO.xunit-2021-11-08T12-57-31-456Z.xml | Advanced Search | 1636401453 | 45.361 | 1 | 0 | 0 | 0 |
183457 | 13900 13900 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/196/artifact/log/WDIO.xunit-2021-11-08T12-58-19-650Z.xml | AdvancedSearch | 1636401501 | 51.883 | 14 | 0 | 0 | 0 |
183458 | 13900 13900 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/196/artifact/log/WDIO.xunit-2021-11-08T12-59-14-082Z.xml | Advanced Search submit | 1636401556 | 13.099 | 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) );