testsuites
4 rows where build_id = 1804
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
14504 | 1804 1804 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/155/artifact/log/WDIO.xunit-2021-09-28T12-56-46-401Z.xml | Advanced Search | 1632855411 | 30.098 | 3 | 0 | 0 | 0 |
14505 | 1804 1804 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/155/artifact/log/WDIO.xunit-2021-09-28T12-57-22-156Z.xml | Advanced Search | 1632855444 | 42.747 | 1 | 0 | 0 | 0 |
14506 | 1804 1804 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/155/artifact/log/WDIO.xunit-2021-09-28T12-58-07-833Z.xml | AdvancedSearch | 1632855489 | 44.034 | 14 | 0 | 0 | 0 |
14507 | 1804 1804 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/155/artifact/log/WDIO.xunit-2021-09-28T12-58-54-910Z.xml | Advanced Search submit | 1632855536 | 11.964 | 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) );