testsuites
4 rows where build_id = 18377
This data as json, CSV (advanced)
Suggested facets: skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
210750 | 18377 18377 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php74-docker/79894/artifact/log/WDIO.xunit-2024-01-30T11-56-18-274Z.xml | Special RecentChanges | 1706640979 | 4.675 | 1 | 0 | 0 | 0 |
210751 | 18377 18377 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php74-docker/79894/artifact/log/WDIO.xunit-2024-01-30T11-56-18-294Z.xml | User | 1706640979 | 8.955 | 2 | 0 | 0 | 0 |
210752 | 18377 18377 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php74-docker/79894/artifact/log/WDIO.xunit-2024-01-30T11-56-18-470Z.xml | Special Watchlist | 1706640979 | 1.118 | 1 | 0 | 0 | 1 |
210753 | 18377 18377 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php74-docker/79894/artifact/log/WDIO.xunit-2024-01-30T11-56-21-492Z.xml | BlankPage | 1706640982 | 1.143 | 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) );