testsuites
5 rows where build_id = 22425
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255634 | 22425 22425 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/513/artifact/log/WDIO.xunit-2024-06-16T13-38-29-322Z.xml | Special RecentChanges | 1718566710 | 3.223 | 1 | 0 | 0 | 0 |
255635 | 22425 22425 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/513/artifact/log/WDIO.xunit-2024-06-16T13-38-29-327Z.xml | Special Watchlist | 1718566710 | 0.477 | 1 | 0 | 0 | 1 |
255636 | 22425 22425 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/513/artifact/log/WDIO.xunit-2024-06-16T13-38-29-332Z.xml | User | 1718566710 | 5.881 | 2 | 0 | 0 | 0 |
255637 | 22425 22425 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/513/artifact/log/WDIO.xunit-2024-06-16T13-38-29-365Z.xml | Page | 1718566710 | 26.515 | 9 | 0 | 0 | 0 |
255638 | 22425 22425 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/513/artifact/log/WDIO.xunit-2024-06-16T13-38-31-866Z.xml | BlankPage | 1718566712 | 0.805 | 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) );