testsuites
4 rows where build_id = 26687
This data as json, CSV (advanced)
Suggested facets: name, timestamp, tests
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
304036 | 26687 26687 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81/7872/artifact/log/WDIO.xunit-2025-04-04T14-44-03-903Z-09118eda.xml | IPInfo on Special IPContributions | 1743799444 | 22.437 | 3 | 1 | 1 | 0 |
304037 | 26687 26687 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81/7872/artifact/log/WDIO.xunit-2025-04-04T14-44-03-958Z-b93b3402.xml | IPInfo on Special Contributions | 1743799444 | 49.098 | 7 | 4 | 4 | 0 |
304038 | 26687 26687 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81/7872/artifact/log/WDIO.xunit-2025-04-04T14-44-27-959Z-78d9f8a8.xml | IPInfo on Special IPContributions | 1743799468 | 18.78 | 3 | 1 | 1 | 0 |
304039 | 26687 26687 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81/7872/artifact/log/WDIO.xunit-2025-04-04T14-44-54-647Z-a974d1a7.xml | IPInfo on Special Contributions | 1743799495 | 43.826 | 7 | 4 | 4 | 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) );