testsuites
4 rows where build_id = 899
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4879 | 899 899 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/151/artifact/log/WDIO.xunit-2021-09-24T12-56-39-735Z.xml | Advanced Search | 1632509804 | 29.686 | 3 | 0 | 0 | 0 |
4880 | 899 899 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/151/artifact/log/WDIO.xunit-2021-09-24T12-57-15-204Z.xml | Advanced Search | 1632509836 | 39.38 | 1 | 0 | 0 | 0 |
4881 | 899 899 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/151/artifact/log/WDIO.xunit-2021-09-24T12-57-56-923Z.xml | AdvancedSearch | 1632509878 | 42.982 | 14 | 0 | 0 | 0 |
4882 | 899 899 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/151/artifact/log/WDIO.xunit-2021-09-24T12-58-42-633Z.xml | Advanced Search submit | 1632509924 | 10.931 | 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) );