testsuites
5 rows where build_id = 22584
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258445 | 22584 22584 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/146/artifact/log/WDIO.xunit-2024-06-16T14-25-36-631Z.xml | Special RecentChanges | 1718569538 | 3.044 | 1 | 0 | 0 | 0 |
258446 | 22584 22584 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/146/artifact/log/WDIO.xunit-2024-06-16T14-25-36-653Z.xml | User | 1718569537 | 5.804 | 2 | 0 | 0 | 0 |
258447 | 22584 22584 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/146/artifact/log/WDIO.xunit-2024-06-16T14-25-36-700Z.xml | Page | 1718569537 | 23.329 | 9 | 0 | 0 | 0 |
258448 | 22584 22584 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/146/artifact/log/WDIO.xunit-2024-06-16T14-25-36-740Z.xml | Special Watchlist | 1718569538 | 0.384 | 1 | 0 | 0 | 1 |
258449 | 22584 22584 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/146/artifact/log/WDIO.xunit-2024-06-16T14-25-39-501Z.xml | BlankPage | 1718569540 | 0.635 | 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) );