home / tests

testsuites

4 rows where build_id = 19335

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
227268 19335 19335 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2027/artifact/log/WDIO.xunit-2024-02-13T06-48-39-516Z.xml Page 1707832120 21.741 9 0 0 0
227269 19335 19335 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2027/artifact/log/WDIO.xunit-2024-02-13T06-48-39-525Z.xml Special Watchlist 1707832120 0.428 1 0 0 1
227270 19335 19335 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2027/artifact/log/WDIO.xunit-2024-02-13T06-48-39-538Z.xml User 1707832121 5.006 2 0 0 0
227271 19335 19335 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2027/artifact/log/WDIO.xunit-2024-02-13T06-48-41-899Z.xml BlankPage 1707832123 0.702 1 0 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
        );
Powered by Datasette · Queries took 2838.763ms