testsuites
4 rows where build_id = 15236
This data as json, CSV (advanced)
Suggested facets: timestamp, tests, errors
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
193868 | 15236 15236 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/883/artifact/log/WDIO.xunit-2023-09-13T12-56-20-889Z.xml | Advanced Search | 1694631384 | 13.871 | 1 | 0 | 0 | 0 |
193869 | 15236 15236 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/883/artifact/log/WDIO.xunit-2023-09-13T12-56-20-890Z.xml | Advanced Search | 1694631384 | 17.948 | 3 | 1 | 1 | 0 |
193870 | 15236 15236 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/883/artifact/log/WDIO.xunit-2023-09-13T12-56-20-967Z.xml | Advanced Search | 1694631384 | 8.366 | 1 | 0 | 0 | 0 |
193871 | 15236 15236 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/883/artifact/log/WDIO.xunit-2023-09-13T12-56-42-930Z.xml | Advanced Search | 1694631404 | 13.119 | 3 | 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) );