testsuites
4 rows where build_id = 18448
This data as json, CSV (advanced)
Suggested facets: timestamp, tests, skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
214085 | 18448 18448 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81-docker/17470/artifact/log/WDIO.xunit-2024-01-29T23-38-34-282Z.xml | Special RecentChanges | 1706596716 | 9.52 | 1 | 0 | 0 | 0 |
214086 | 18448 18448 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81-docker/17470/artifact/log/WDIO.xunit-2024-01-29T23-38-34-284Z.xml | User | 1706596715 | 20.562 | 2 | 0 | 0 | 0 |
214087 | 18448 18448 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81-docker/17470/artifact/log/WDIO.xunit-2024-01-29T23-38-34-425Z.xml | Special Watchlist | 1706596715 | 1.653 | 1 | 0 | 0 | 1 |
214088 | 18448 18448 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81-docker/17470/artifact/log/WDIO.xunit-2024-01-29T23-38-38-489Z.xml | BlankPage | 1706596720 | 2.668 | 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) );