testsuites
4 rows where build_id = 15126
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
192278 | 15126 15126 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67336/artifact/log/WDIO.xunit-2023-09-26T19-40-16-739Z.xml | Special RecentChanges | 1695778817 | 6.736 | 1 | 0 | 0 | 0 |
192279 | 15126 15126 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67336/artifact/log/WDIO.xunit-2023-09-26T19-40-16-773Z.xml | Special Watchlist | 1695778818 | 0.732 | 1 | 0 | 0 | 1 |
192280 | 15126 15126 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67336/artifact/log/WDIO.xunit-2023-09-26T19-40-16-785Z.xml | User | 1695778818 | 9.38 | 2 | 0 | 0 | 0 |
192281 | 15126 15126 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67336/artifact/log/WDIO.xunit-2023-09-26T19-40-20-018Z.xml | BlankPage | 1695778821 | 2.35 | 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) );