testsuites
3 rows where build_id = 22537
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
257875 | 22537 22537 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/927/artifact/log/WDIO.xunit-2024-06-16T10-55-48-306Z.xml | Page | 1718556949 | 22.999 | 9 | 0 | 0 | 0 |
257876 | 22537 22537 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/927/artifact/log/WDIO.xunit-2024-06-16T10-55-48-313Z.xml | Special RecentChanges | 1718556949 | 3.434 | 1 | 0 | 0 | 0 |
257877 | 22537 22537 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/927/artifact/log/WDIO.xunit-2024-06-16T10-55-51-174Z.xml | BlankPage | 1718556952 | 0.811 | 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) );