testsuites
4 rows where build_id = 7685
This data as json, CSV (advanced)
Suggested facets: name
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
106686 | 7685 7685 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/164/artifact/log/WDIO.xunit-2021-10-07T12-56-36-243Z.xml | Advanced Search | 1633632999 | 36.951 | 3 | 0 | 0 | 0 |
106687 | 7685 7685 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/164/artifact/log/WDIO.xunit-2021-10-07T12-57-17-625Z.xml | Advanced Search | 1633633038 | 39.576 | 1 | 0 | 0 | 0 |
106688 | 7685 7685 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/164/artifact/log/WDIO.xunit-2021-10-07T12-57-59-364Z.xml | AdvancedSearch | 1633633080 | 39.006 | 14 | 0 | 0 | 0 |
106689 | 7685 7685 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/164/artifact/log/WDIO.xunit-2021-10-07T12-58-40-701Z.xml | Advanced Search submit | 1633633122 | 10.691 | 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) );