testsuites
5 rows where build_id = 22412
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255539 | 22412 22412 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/526/artifact/log/WDIO.xunit-2024-06-16T14-25-29-300Z.xml | Special RecentChanges | 1718569530 | 3.087 | 1 | 0 | 0 | 0 |
255540 | 22412 22412 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/526/artifact/log/WDIO.xunit-2024-06-16T14-25-29-316Z.xml | User | 1718569530 | 5.914 | 2 | 0 | 0 | 0 |
255541 | 22412 22412 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/526/artifact/log/WDIO.xunit-2024-06-16T14-25-29-326Z.xml | Special Watchlist | 1718569530 | 0.46 | 1 | 0 | 0 | 1 |
255542 | 22412 22412 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/526/artifact/log/WDIO.xunit-2024-06-16T14-25-29-339Z.xml | Page | 1718569530 | 21.417 | 9 | 0 | 0 | 0 |
255543 | 22412 22412 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/526/artifact/log/WDIO.xunit-2024-06-16T14-25-31-674Z.xml | BlankPage | 1718569532 | 0.712 | 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) );