testsuites
2 rows where build_id = 26069
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
301497 | 26069 26069 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/367/artifact/log/WDIO.xunit-2025-04-02T02-18-28-697Z-934514cf.xml | Enable Event Registration @daily | 1743581913 | 30.791 | 3 | 1 | 1 | 0 |
301498 | 26069 26069 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/367/artifact/log/WDIO.xunit-2025-04-02T02-19-05-037Z-e2ec8aa5.xml | Enable Event Registration @daily | 1743581946 | 22.195 | 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) );