testsuites
4 rows where build_id = 17870
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
207668 | 17870 17870 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/6/artifact/log/WDIO.xunit-2024-01-21T02-18-19-998Z.xml | Edit Event Registration | 1705828704 | 16.235 | 3 | 1 | 1 | 1 |
207669 | 17870 17870 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/6/artifact/log/WDIO.xunit-2024-01-21T02-18-41-514Z.xml | Edit Event Registration | 1705828722 | 16.216 | 3 | 1 | 1 | 1 |
207670 | 17870 17870 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/6/artifact/log/WDIO.xunit-2024-01-21T02-18-59-281Z.xml | Enable Event Registration | 1705828740 | 14.763 | 3 | 0 | 0 | 0 |
207671 | 17870 17870 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/6/artifact/log/WDIO.xunit-2024-01-21T02-19-15-571Z.xml | Event page | 1705828756 | 38.291 | 3 | 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) );