testsuites
3 rows where build_id = 22303
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254668 | 22303 22303 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3416/artifact/log/WDIO.xunit-2024-06-17T04-54-08-319Z.xml | User | 1718621649 | 5.311 | 2 | 0 | 0 | 0 |
254669 | 22303 22303 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3416/artifact/log/WDIO.xunit-2024-06-17T04-54-08-320Z.xml | Special Watchlist | 1718621649 | 1.513 | 2 | 0 | 0 | 2 |
254670 | 22303 22303 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3416/artifact/log/WDIO.xunit-2024-06-17T04-54-11-031Z.xml | BlankPage | 1718621651 | 0.667 | 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) );