testsuites
4 rows where build_id = 5009
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
67593 | 5009 5009 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/161/artifact/log/WDIO.xunit-2021-10-04T12-56-35-244Z.xml | Advanced Search | 1633373799 | 24.51 | 3 | 0 | 0 | 0 |
67594 | 5009 5009 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/161/artifact/log/WDIO.xunit-2021-10-04T12-57-05-119Z.xml | Advanced Search | 1633373826 | 41.748 | 1 | 0 | 0 | 0 |
67595 | 5009 5009 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/161/artifact/log/WDIO.xunit-2021-10-04T12-57-49-217Z.xml | AdvancedSearch | 1633373870 | 42.269 | 14 | 0 | 0 | 0 |
67596 | 5009 5009 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/161/artifact/log/WDIO.xunit-2021-10-04T12-58-34-168Z.xml | Advanced Search submit | 1633373916 | 13.076 | 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) );