testsuites
5 rows where build_id = 22603
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258565 | 22603 22603 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/127/artifact/log/WDIO.xunit-2024-06-16T13-13-14-544Z.xml | Special Watchlist | 1718565195 | 0.487 | 1 | 0 | 0 | 1 |
258566 | 22603 22603 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/127/artifact/log/WDIO.xunit-2024-06-16T13-13-14-565Z.xml | Page | 1718565195 | 22.311 | 9 | 0 | 0 | 0 |
258567 | 22603 22603 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/127/artifact/log/WDIO.xunit-2024-06-16T13-13-14-595Z.xml | Special RecentChanges | 1718565195 | 3.076 | 1 | 0 | 0 | 0 |
258568 | 22603 22603 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/127/artifact/log/WDIO.xunit-2024-06-16T13-13-14-657Z.xml | User | 1718565195 | 5.265 | 2 | 0 | 0 | 0 |
258569 | 22603 22603 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/127/artifact/log/WDIO.xunit-2024-06-16T13-13-17-038Z.xml | BlankPage | 1718565197 | 0.625 | 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) );