testsuites
3 rows where build_id = 14310
This data as json, CSV (advanced)
Suggested facets: skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
185247 | 14310 14310 | https://integration.wikimedia.org/ci/job/selenium-daily-betacommons-MediaWiki/884/artifact/log/WDIO.xunit-2021-11-14T01-22-49-914Z.xml | BlankPage | 1636878171 | 1.866 | 1 | 0 | 0 | 0 |
185248 | 14310 14310 | https://integration.wikimedia.org/ci/job/selenium-daily-betacommons-MediaWiki/884/artifact/log/WDIO.xunit-2021-11-14T01-22-54-177Z.xml | Page | 1636878175 | 1.32 | 4 | 0 | 0 | 4 |
185249 | 14310 14310 | https://integration.wikimedia.org/ci/job/selenium-daily-betacommons-MediaWiki/884/artifact/log/WDIO.xunit-2021-11-14T01-22-57-508Z.xml | User | 1636878178 | 11.721 | 1 | 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) );