testsuites
4 rows where build_id = 22599
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258546 | 22599 22599 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/131/artifact/log/WDIO.xunit-2024-06-16T13-33-10-956Z.xml | Page | 1718566392 | 23.837 | 9 | 0 | 0 | 0 |
258547 | 22599 22599 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/131/artifact/log/WDIO.xunit-2024-06-16T13-33-10-995Z.xml | Special RecentChanges | 1718566392 | 3.415 | 1 | 0 | 0 | 0 |
258548 | 22599 22599 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/131/artifact/log/WDIO.xunit-2024-06-16T13-33-11-033Z.xml | User | 1718566392 | 5.923 | 2 | 0 | 0 | 0 |
258549 | 22599 22599 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/131/artifact/log/WDIO.xunit-2024-06-16T13-33-13-482Z.xml | BlankPage | 1718566394 | 0.861 | 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) );