testsuites
4 rows where build_id = 17873
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
207684 | 17873 17873 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/3/artifact/log/WDIO.xunit-2024-01-18T02-18-20-529Z.xml | Edit Event Registration | 1705569504 | 28.067 | 3 | 0 | 0 | 0 |
207685 | 17873 17873 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/3/artifact/log/WDIO.xunit-2024-01-18T02-18-53-619Z.xml | Enable Event Registration | 1705569534 | 20.14 | 3 | 0 | 0 | 0 |
207686 | 17873 17873 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/3/artifact/log/WDIO.xunit-2024-01-18T02-19-15-315Z.xml | Event page | 1705569556 | 32.175 | 3 | 3 | 3 | 0 |
207687 | 17873 17873 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/3/artifact/log/WDIO.xunit-2024-01-18T02-19-49-078Z.xml | Event page | 1705569590 | 39.093 | 3 | 2 | 2 | 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) );