testsuites
4 rows where build_id = 15233
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
193855 | 15233 15233 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/886/artifact/log/WDIO.xunit-2023-09-16T12-56-22-509Z.xml | Advanced Search | 1694890588 | 12.386 | 1 | 0 | 0 | 0 |
193856 | 15233 15233 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/886/artifact/log/WDIO.xunit-2023-09-16T12-56-22-558Z.xml | Advanced Search | 1694890588 | 4.923 | 1 | 0 | 0 | 0 |
193857 | 15233 15233 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/886/artifact/log/WDIO.xunit-2023-09-16T12-56-22-566Z.xml | Advanced Search | 1694890588 | 14.468 | 3 | 1 | 1 | 0 |
193858 | 15233 15233 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/886/artifact/log/WDIO.xunit-2023-09-16T12-56-44-035Z.xml | Advanced Search | 1694890605 | 13.191 | 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) );