testsuites
5 rows where build_id = 22411
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255534 | 22411 22411 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/527/artifact/log/WDIO.xunit-2024-06-16T14-27-55-510Z.xml | Page | 1718569676 | 23.927 | 9 | 0 | 0 | 0 |
255535 | 22411 22411 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/527/artifact/log/WDIO.xunit-2024-06-16T14-27-55-513Z.xml | User | 1718569676 | 5.984 | 2 | 0 | 0 | 0 |
255536 | 22411 22411 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/527/artifact/log/WDIO.xunit-2024-06-16T14-27-55-522Z.xml | Special RecentChanges | 1718569676 | 3.043 | 1 | 0 | 0 | 0 |
255537 | 22411 22411 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/527/artifact/log/WDIO.xunit-2024-06-16T14-27-55-526Z.xml | Special Watchlist | 1718569676 | 0.535 | 1 | 0 | 0 | 1 |
255538 | 22411 22411 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/527/artifact/log/WDIO.xunit-2024-06-16T14-27-58-205Z.xml | BlankPage | 1718569679 | 0.756 | 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) );