testsuites
4 rows where build_id = 13890
This data as json, CSV (advanced)
Suggested facets: name
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183415 | 13890 13890 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/206/artifact/log/WDIO.xunit-2021-11-18T12-56-47-701Z.xml | Advanced Search | 1637265412 | 31.358 | 3 | 0 | 0 | 0 |
183416 | 13890 13890 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/206/artifact/log/WDIO.xunit-2021-11-18T12-57-24-558Z.xml | Advanced Search | 1637265445 | 46.673 | 1 | 0 | 0 | 0 |
183417 | 13890 13890 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/206/artifact/log/WDIO.xunit-2021-11-18T12-58-13-590Z.xml | AdvancedSearch | 1637265495 | 43.372 | 14 | 0 | 0 | 0 |
183418 | 13890 13890 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/206/artifact/log/WDIO.xunit-2021-11-18T12-58-59-875Z.xml | Advanced Search submit | 1637265541 | 11.772 | 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) );