testsuites
4 rows where build_id = 15169
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
193145 | 15169 15169 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67290/artifact/log/WDIO.xunit-2023-09-26T16-33-14-177Z.xml | Special RecentChanges | 1695767595 | 6.733 | 1 | 0 | 0 | 0 |
193146 | 15169 15169 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67290/artifact/log/WDIO.xunit-2023-09-26T16-33-14-210Z.xml | User | 1695767595 | 8.985 | 2 | 0 | 0 | 0 |
193147 | 15169 15169 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67290/artifact/log/WDIO.xunit-2023-09-26T16-33-14-211Z.xml | Special Watchlist | 1695767595 | 0.524 | 1 | 0 | 0 | 1 |
193148 | 15169 15169 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67290/artifact/log/WDIO.xunit-2023-09-26T16-33-17-667Z.xml | BlankPage | 1695767599 | 1.648 | 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) );