testsuites
4 rows where build_id = 14981
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
190968 | 14981 14981 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8855/artifact/log/WDIO.xunit-2023-09-20T17-05-06-344Z.xml | User | 1695251107 | 3.706 | 2 | 2 | 2 | 0 |
190969 | 14981 14981 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8855/artifact/log/WDIO.xunit-2023-09-20T17-05-06-386Z.xml | Special RecentChanges | 1695251107 | 0.812 | 2 | 0 | 0 | 2 |
190970 | 14981 14981 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8855/artifact/log/WDIO.xunit-2023-09-20T17-05-09-213Z.xml | BlankPage | 1695251109 | 0.712 | 1 | 0 | 0 | 0 |
190971 | 14981 14981 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8855/artifact/log/WDIO.xunit-2023-09-20T17-05-11-873Z.xml | User | 1695251112 | 3.041 | 2 | 2 | 2 | 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) );