testsuites
5 rows where build_id = 22578
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258416 | 22578 22578 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/152/artifact/log/WDIO.xunit-2024-06-16T14-42-55-944Z.xml | Special RecentChanges | 1718570577 | 3.564 | 1 | 0 | 0 | 0 |
258417 | 22578 22578 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/152/artifact/log/WDIO.xunit-2024-06-16T14-42-55-987Z.xml | Page | 1718570577 | 25.827 | 9 | 0 | 0 | 0 |
258418 | 22578 22578 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/152/artifact/log/WDIO.xunit-2024-06-16T14-42-55-997Z.xml | Special Watchlist | 1718570577 | 0.527 | 1 | 0 | 0 | 1 |
258419 | 22578 22578 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/152/artifact/log/WDIO.xunit-2024-06-16T14-42-56-001Z.xml | User | 1718570577 | 5.862 | 2 | 0 | 0 | 0 |
258420 | 22578 22578 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/152/artifact/log/WDIO.xunit-2024-06-16T14-42-58-441Z.xml | BlankPage | 1718570579 | 0.841 | 1 | 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) );