testsuites
4 rows where build_id = 22580
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258426 | 22580 22580 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/150/artifact/log/WDIO.xunit-2024-06-16T14-36-43-907Z.xml | Page | 1718570205 | 23.293 | 9 | 0 | 0 | 0 |
258427 | 22580 22580 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/150/artifact/log/WDIO.xunit-2024-06-16T14-36-43-916Z.xml | User | 1718570205 | 5.78 | 2 | 0 | 0 | 0 |
258428 | 22580 22580 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/150/artifact/log/WDIO.xunit-2024-06-16T14-36-43-927Z.xml | Special RecentChanges | 1718570205 | 3.046 | 1 | 0 | 0 | 0 |
258429 | 22580 22580 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/150/artifact/log/WDIO.xunit-2024-06-16T14-36-46-273Z.xml | BlankPage | 1718570207 | 0.905 | 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) );