testsuites
5 rows where build_id = 22207
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254204 | 22207 22207 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/649/artifact/log/WDIO.xunit-2024-06-16T14-55-37-262Z.xml | Page | 1718571338 | 0.547 | 17 | 0 | 0 | 17 |
254205 | 22207 22207 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/649/artifact/log/WDIO.xunit-2024-06-16T14-55-37-267Z.xml | Special RecentChanges | 1718571338 | 0.745 | 2 | 0 | 0 | 2 |
254206 | 22207 22207 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/649/artifact/log/WDIO.xunit-2024-06-16T14-55-37-318Z.xml | User | 1718571338 | 4.775 | 2 | 0 | 0 | 0 |
254207 | 22207 22207 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/649/artifact/log/WDIO.xunit-2024-06-16T14-55-37-350Z.xml | Special Watchlist | 1718571338 | 1.058 | 2 | 0 | 0 | 2 |
254208 | 22207 22207 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/649/artifact/log/WDIO.xunit-2024-06-16T14-55-39-478Z.xml | BlankPage | 1718571340 | 0.649 | 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) );