testsuites
4 rows where build_id = 13876
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183359 | 13876 13876 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/220/artifact/log/WDIO.xunit-2021-11-30T12-56-45-687Z.xml | Advanced Search | 1638302207 | 26.986 | 3 | 0 | 0 | 0 |
183360 | 13876 13876 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/220/artifact/log/WDIO.xunit-2021-11-30T12-57-15-575Z.xml | Advanced Search | 1638302236 | 53.597 | 1 | 0 | 0 | 0 |
183361 | 13876 13876 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/220/artifact/log/WDIO.xunit-2021-11-30T12-58-11-431Z.xml | AdvancedSearch | 1638302292 | 41.057 | 14 | 0 | 0 | 0 |
183362 | 13876 13876 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/220/artifact/log/WDIO.xunit-2021-11-30T12-58-54-798Z.xml | Advanced Search submit | 1638302336 | 10.656 | 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) );