testsuites
4 rows where build_id = 13881
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183379 | 13881 13881 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/215/artifact/log/WDIO.xunit-2021-11-25T12-56-50-203Z.xml | Advanced Search | 1637870212 | 32.391 | 3 | 0 | 0 | 0 |
183380 | 13881 13881 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/215/artifact/log/WDIO.xunit-2021-11-25T12-57-25-609Z.xml | Advanced Search | 1637870247 | 48.909 | 1 | 0 | 0 | 0 |
183381 | 13881 13881 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/215/artifact/log/WDIO.xunit-2021-11-25T12-58-17-498Z.xml | AdvancedSearch | 1637870299 | 46.763 | 14 | 0 | 0 | 0 |
183382 | 13881 13881 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/215/artifact/log/WDIO.xunit-2021-11-25T12-59-07-277Z.xml | Advanced Search submit | 1637870348 | 13.38 | 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) );