testsuites
5 rows where build_id = 20683
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243305 | 20683 20683 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/384/artifact/log/WDIO.xunit-2024-05-07T07-24-56-685Z.xml | Special Watchlist | 1715088298 | 0.402 | 1 | 0 | 0 | 1 |
243306 | 20683 20683 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/384/artifact/log/WDIO.xunit-2024-05-07T07-24-56-761Z.xml | Page | 1715088298 | 25.626 | 9 | 0 | 0 | 0 |
243307 | 20683 20683 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/384/artifact/log/WDIO.xunit-2024-05-07T07-24-56-771Z.xml | Special RecentChanges | 1715088297 | 4.601 | 1 | 0 | 0 | 0 |
243308 | 20683 20683 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/384/artifact/log/WDIO.xunit-2024-05-07T07-24-56-798Z.xml | User | 1715088297 | 8.114 | 2 | 0 | 0 | 0 |
243309 | 20683 20683 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/384/artifact/log/WDIO.xunit-2024-05-07T07-24-59-837Z.xml | BlankPage | 1715088301 | 1.439 | 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) );