testsuites
5 rows where build_id = 22583
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258440 | 22583 22583 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/147/artifact/log/WDIO.xunit-2024-06-16T14-27-48-746Z.xml | Page | 1718569670 | 22.569 | 9 | 0 | 0 | 0 |
258441 | 22583 22583 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/147/artifact/log/WDIO.xunit-2024-06-16T14-27-48-754Z.xml | Special Watchlist | 1718569669 | 0.491 | 1 | 0 | 0 | 1 |
258442 | 22583 22583 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/147/artifact/log/WDIO.xunit-2024-06-16T14-27-48-758Z.xml | Special RecentChanges | 1718569669 | 2.967 | 1 | 0 | 0 | 0 |
258443 | 22583 22583 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/147/artifact/log/WDIO.xunit-2024-06-16T14-27-48-770Z.xml | User | 1718569669 | 5.605 | 2 | 0 | 0 | 0 |
258444 | 22583 22583 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/147/artifact/log/WDIO.xunit-2024-06-16T14-27-51-280Z.xml | BlankPage | 1718569672 | 0.895 | 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) );