testsuites
5 rows where build_id = 22598
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258541 | 22598 22598 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/132/artifact/log/WDIO.xunit-2024-06-16T13-38-12-472Z.xml | Special Watchlist | 1718566693 | 0.468 | 1 | 0 | 0 | 1 |
258542 | 22598 22598 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/132/artifact/log/WDIO.xunit-2024-06-16T13-38-12-492Z.xml | Special RecentChanges | 1718566693 | 2.903 | 1 | 0 | 0 | 0 |
258543 | 22598 22598 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/132/artifact/log/WDIO.xunit-2024-06-16T13-38-12-496Z.xml | Page | 1718566693 | 21.975 | 9 | 0 | 0 | 0 |
258544 | 22598 22598 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/132/artifact/log/WDIO.xunit-2024-06-16T13-38-12-506Z.xml | User | 1718566693 | 5.681 | 2 | 0 | 0 | 0 |
258545 | 22598 22598 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/132/artifact/log/WDIO.xunit-2024-06-16T13-38-15-076Z.xml | BlankPage | 1718566696 | 0.792 | 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) );