testsuites
4 rows where build_id = 19427
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
227857 | 19427 19427 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/23/artifact/log/WDIO.xunit-2024-02-07T02-18-20-037Z.xml | Edit Event Registration | 1707297503 | 28.129 | 3 | 0 | 0 | 0 |
227858 | 19427 19427 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/23/artifact/log/WDIO.xunit-2024-02-07T02-18-51-920Z.xml | Enable Event Registration | 1707297532 | 15.485 | 3 | 0 | 0 | 0 |
227859 | 19427 19427 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/23/artifact/log/WDIO.xunit-2024-02-07T02-19-09-054Z.xml | Event page | 1707297550 | 40.896 | 3 | 0 | 0 | 0 |
227860 | 19427 19427 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/23/artifact/log/WDIO.xunit-2024-02-07T02-19-51-616Z.xml | MyEvents | 1707297592 | 11.256 | 2 | 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) );