testsuites
5 rows where build_id = 20682
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243300 | 20682 20682 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/387/artifact/log/WDIO.xunit-2024-05-07T16-55-32-263Z.xml | Special RecentChanges | 1715122533 | 3.397 | 1 | 0 | 0 | 0 |
243301 | 20682 20682 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/387/artifact/log/WDIO.xunit-2024-05-07T16-55-32-297Z.xml | Special Watchlist | 1715122533 | 0.348 | 1 | 0 | 0 | 1 |
243302 | 20682 20682 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/387/artifact/log/WDIO.xunit-2024-05-07T16-55-32-306Z.xml | User | 1715122533 | 5.836 | 2 | 0 | 0 | 0 |
243303 | 20682 20682 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/387/artifact/log/WDIO.xunit-2024-05-07T16-55-32-318Z.xml | Page | 1715122533 | 22.998 | 9 | 0 | 0 | 0 |
243304 | 20682 20682 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/387/artifact/log/WDIO.xunit-2024-05-07T16-55-34-771Z.xml | BlankPage | 1715122535 | 0.97 | 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) );