testsuites
5 rows where build_id = 22407
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255514 | 22407 22407 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/531/artifact/log/WDIO.xunit-2024-06-16T14-39-39-717Z.xml | User | 1718570380 | 5.251 | 2 | 0 | 0 | 0 |
255515 | 22407 22407 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/531/artifact/log/WDIO.xunit-2024-06-16T14-39-39-728Z.xml | Page | 1718570380 | 21.657 | 9 | 0 | 0 | 0 |
255516 | 22407 22407 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/531/artifact/log/WDIO.xunit-2024-06-16T14-39-39-730Z.xml | Special RecentChanges | 1718570380 | 2.673 | 1 | 0 | 0 | 0 |
255517 | 22407 22407 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/531/artifact/log/WDIO.xunit-2024-06-16T14-39-39-750Z.xml | Special Watchlist | 1718570380 | 0.342 | 1 | 0 | 0 | 1 |
255518 | 22407 22407 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/531/artifact/log/WDIO.xunit-2024-06-16T14-39-42-148Z.xml | BlankPage | 1718570383 | 0.668 | 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) );