testsuites
4 rows where build_id = 6185
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
82091 | 6185 6185 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/162/artifact/log/WDIO.xunit-2021-10-05T12-56-48-636Z.xml | Advanced Search | 1633460213 | 40.466 | 3 | 0 | 0 | 0 |
82092 | 6185 6185 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/162/artifact/log/WDIO.xunit-2021-10-05T12-57-35-619Z.xml | Advanced Search | 1633460257 | 40.76 | 1 | 0 | 0 | 0 |
82093 | 6185 6185 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/162/artifact/log/WDIO.xunit-2021-10-05T12-58-19-714Z.xml | AdvancedSearch | 1633460301 | 48.216 | 14 | 0 | 0 | 0 |
82094 | 6185 6185 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/162/artifact/log/WDIO.xunit-2021-10-05T12-59-11-372Z.xml | Advanced Search submit | 1633460353 | 14.98 | 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) );