testsuites
4 rows where build_id = 15218
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
193783 | 15218 15218 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1353/artifact/log/WDIO.xunit-2023-09-20T07-36-49-751Z.xml | Page | 1695217011 | 24.239 | 9 | 0 | 0 | 0 |
193784 | 15218 15218 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1353/artifact/log/WDIO.xunit-2023-09-20T07-36-49-816Z.xml | Special RecentChanges | 1695217010 | 4.399 | 1 | 0 | 0 | 0 |
193785 | 15218 15218 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1353/artifact/log/WDIO.xunit-2023-09-20T07-36-49-862Z.xml | User | 1695217010 | 6.552 | 2 | 0 | 0 | 0 |
193786 | 15218 15218 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1353/artifact/log/WDIO.xunit-2023-09-20T07-36-52-517Z.xml | BlankPage | 1695217013 | 1.19 | 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) );