testsuites
5 rows where build_id = 22579
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258421 | 22579 22579 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/151/artifact/log/WDIO.xunit-2024-06-16T14-39-44-718Z.xml | Page | 1718570385 | 23.333 | 9 | 0 | 0 | 0 |
258422 | 22579 22579 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/151/artifact/log/WDIO.xunit-2024-06-16T14-39-44-727Z.xml | User | 1718570386 | 4.872 | 2 | 0 | 0 | 0 |
258423 | 22579 22579 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/151/artifact/log/WDIO.xunit-2024-06-16T14-39-44-739Z.xml | Special RecentChanges | 1718570385 | 2.964 | 1 | 0 | 0 | 0 |
258424 | 22579 22579 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/151/artifact/log/WDIO.xunit-2024-06-16T14-39-44-755Z.xml | Special Watchlist | 1718570385 | 0.472 | 1 | 0 | 0 | 1 |
258425 | 22579 22579 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/151/artifact/log/WDIO.xunit-2024-06-16T14-39-47-281Z.xml | BlankPage | 1718570388 | 0.851 | 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) );