testsuites
4 rows where build_id = 22200
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254170 | 22200 22200 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/656/artifact/log/WDIO.xunit-2024-06-16T15-04-08-058Z.xml | Page | 1718571849 | 22.141 | 9 | 0 | 0 | 0 |
254171 | 22200 22200 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/656/artifact/log/WDIO.xunit-2024-06-16T15-04-08-071Z.xml | Special Watchlist | 1718571849 | 0.51 | 1 | 0 | 0 | 1 |
254172 | 22200 22200 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/656/artifact/log/WDIO.xunit-2024-06-16T15-04-08-092Z.xml | User | 1718571849 | 4.677 | 2 | 0 | 0 | 0 |
254173 | 22200 22200 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/656/artifact/log/WDIO.xunit-2024-06-16T15-04-11-001Z.xml | BlankPage | 1718571852 | 0.614 | 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) );