home / tests

testsuites

4 rows where build_id = 16548

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
199885 16548 16548 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2365/artifact/log/WDIO.xunit-2024-01-13T23-16-14-806Z.xml Page 1705212975 21.95 9 0 0 0
199886 16548 16548 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2365/artifact/log/WDIO.xunit-2024-01-13T23-16-14-828Z.xml User 1705212975 5.538 2 0 0 0
199887 16548 16548 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2365/artifact/log/WDIO.xunit-2024-01-13T23-16-14-923Z.xml Special Watchlist 1705212975 0.448 1 0 0 1
199888 16548 16548 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2365/artifact/log/WDIO.xunit-2024-01-13T23-16-17-342Z.xml BlankPage 1705212978 0.888 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 1641.639ms