testsuites
4 rows where build_id = 22487
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
257213 | 22487 22487 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/981/artifact/log/WDIO.xunit-2024-06-16T19-12-48-658Z.xml | Page | 1718586769 | 25.688 | 9 | 0 | 0 | 0 |
257214 | 22487 22487 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/981/artifact/log/WDIO.xunit-2024-06-16T19-12-48-672Z.xml | User | 1718586769 | 6.624 | 2 | 0 | 0 | 0 |
257215 | 22487 22487 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/981/artifact/log/WDIO.xunit-2024-06-16T19-12-48-725Z.xml | Special RecentChanges | 1718586769 | 4.08 | 1 | 0 | 0 | 0 |
257216 | 22487 22487 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/981/artifact/log/WDIO.xunit-2024-06-16T19-12-51-479Z.xml | BlankPage | 1718586772 | 0.822 | 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) );