testsuites
4 rows where build_id = 26701
This data as json, CSV (advanced)
Suggested facets: name, timestamp, tests, failures, errors
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
304752 | 26701 26701 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81/7856/artifact/log/WDIO.xunit-2025-04-04T13-59-33-789Z-51429f6c.xml | Toolbar | 1743796774 | 68.264 | 8 | 7 | 7 | 0 |
304753 | 26701 26701 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81/7856/artifact/log/WDIO.xunit-2025-04-04T13-59-33-842Z-8d748b95.xml | Content Editable | 1743796774 | 37.502 | 4 | 3 | 3 | 0 |
304754 | 26701 26701 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81/7856/artifact/log/WDIO.xunit-2025-04-04T14-00-12-879Z-e49d1db1.xml | Content Editable | 1743796813 | 31.438 | 4 | 3 | 3 | 0 |
304755 | 26701 26701 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81/7856/artifact/log/WDIO.xunit-2025-04-04T14-00-43-538Z-c9176a3a.xml | Toolbar | 1743796844 | 61.762 | 8 | 7 | 7 | 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) );