home / tests

testsuites

4 rows where build_id = 16346

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
197884 16346 16346 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/478/artifact/log/WDIO.xunit-2024-01-13T23-56-41-679Z.xml Page 1705215402 23.069 9 0 0 0
197885 16346 16346 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/478/artifact/log/WDIO.xunit-2024-01-13T23-56-41-695Z.xml User 1705215402 5.66 2 0 0 0
197886 16346 16346 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/478/artifact/log/WDIO.xunit-2024-01-13T23-56-41-727Z.xml Special Watchlist 1705215402 0.501 1 0 0 1
197887 16346 16346 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/478/artifact/log/WDIO.xunit-2024-01-13T23-56-44-277Z.xml BlankPage 1705215405 0.65 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 1774.389ms