testsuites
5 rows where build_id = 20696
This data as json, CSV (advanced)
Suggested facets: tests, skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243368 | 20696 20696 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/364/artifact/log/WDIO.xunit-2024-05-06T15-45-45-200Z.xml | Special Watchlist | 1715031946 | 0.535 | 1 | 0 | 0 | 1 |
243369 | 20696 20696 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/364/artifact/log/WDIO.xunit-2024-05-06T15-45-45-219Z.xml | Page | 1715031946 | 22.212 | 9 | 0 | 0 | 0 |
243370 | 20696 20696 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/364/artifact/log/WDIO.xunit-2024-05-06T15-45-45-241Z.xml | Special RecentChanges | 1715031946 | 2.84 | 1 | 0 | 0 | 0 |
243371 | 20696 20696 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/364/artifact/log/WDIO.xunit-2024-05-06T15-45-45-337Z.xml | User | 1715031946 | 5.864 | 2 | 0 | 0 | 0 |
243372 | 20696 20696 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/364/artifact/log/WDIO.xunit-2024-05-06T15-45-47-584Z.xml | BlankPage | 1715031948 | 0.808 | 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) );