testsuites
4 rows where build_id = 13884
This data as json, CSV (advanced)
Suggested facets: errors
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183391 | 13884 13884 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/212/artifact/log/WDIO.xunit-2021-11-24T12-56-44-584Z.xml | Advanced Search | 1637783808 | 39.003 | 3 | 0 | 0 | 0 |
183392 | 13884 13884 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/212/artifact/log/WDIO.xunit-2021-11-24T12-57-28-864Z.xml | Advanced Search | 1637783850 | 57.878 | 1 | 1 | 1 | 0 |
183393 | 13884 13884 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/212/artifact/log/WDIO.xunit-2021-11-24T12-58-29-088Z.xml | AdvancedSearch | 1637783910 | 47.547 | 14 | 2 | 2 | 0 |
183394 | 13884 13884 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/212/artifact/log/WDIO.xunit-2021-11-24T12-59-19-010Z.xml | Advanced Search submit | 1637783960 | 15.486 | 6 | 1 | 1 | 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) );