testsuites
4 rows where build_id = 3971
This data as json, CSV (advanced)
Suggested facets: name
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
51582 | 3971 3971 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/158/artifact/log/WDIO.xunit-2021-10-01T12-56-37-502Z.xml | Advanced Search | 1633114598 | 27.144 | 3 | 0 | 0 | 0 |
51583 | 3971 3971 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/158/artifact/log/WDIO.xunit-2021-10-01T12-57-06-917Z.xml | Advanced Search | 1633114628 | 42.358 | 1 | 0 | 0 | 0 |
51584 | 3971 3971 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/158/artifact/log/WDIO.xunit-2021-10-01T12-57-51-426Z.xml | AdvancedSearch | 1633114672 | 40.133 | 14 | 0 | 0 | 0 |
51585 | 3971 3971 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/158/artifact/log/WDIO.xunit-2021-10-01T12-58-33-818Z.xml | Advanced Search submit | 1633114715 | 10.801 | 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) );