testsuites
4 rows where build_id = 22481
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
257083 | 22481 22481 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/987/artifact/log/WDIO.xunit-2024-06-16T19-31-00-745Z.xml | Special RecentChanges | 1718587861 | 3.243 | 1 | 0 | 0 | 0 |
257084 | 22481 22481 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/987/artifact/log/WDIO.xunit-2024-06-16T19-31-00-754Z.xml | Special Watchlist | 1718587861 | 0.691 | 1 | 0 | 0 | 1 |
257085 | 22481 22481 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/987/artifact/log/WDIO.xunit-2024-06-16T19-31-00-755Z.xml | Page | 1718587861 | 22.682 | 9 | 0 | 0 | 0 |
257086 | 22481 22481 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/987/artifact/log/WDIO.xunit-2024-06-16T19-31-03-366Z.xml | BlankPage | 1718587864 | 0.784 | 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) );