testsuites
4 rows where build_id = 22190
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254123 | 22190 22190 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/666/artifact/log/WDIO.xunit-2024-06-16T15-18-52-345Z.xml | Page | 1718572733 | 22.464 | 9 | 0 | 0 | 0 |
254124 | 22190 22190 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/666/artifact/log/WDIO.xunit-2024-06-16T15-18-52-353Z.xml | Special RecentChanges | 1718572733 | 2.968 | 1 | 0 | 0 | 0 |
254125 | 22190 22190 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/666/artifact/log/WDIO.xunit-2024-06-16T15-18-52-361Z.xml | User | 1718572733 | 5.275 | 2 | 0 | 0 | 0 |
254126 | 22190 22190 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/666/artifact/log/WDIO.xunit-2024-06-16T15-18-54-528Z.xml | BlankPage | 1718572735 | 0.771 | 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) );