home / tests

testsuites

4 rows where build_id = 16587

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200245 16587 16587 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1739/artifact/log/WDIO.xunit-2024-01-14T02-02-15-712Z.xml User 1705222936 9.618 2 0 0 0
200246 16587 16587 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1739/artifact/log/WDIO.xunit-2024-01-14T02-02-15-718Z.xml Page 1705222937 26.13 9 0 0 0
200247 16587 16587 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1739/artifact/log/WDIO.xunit-2024-01-14T02-02-15-742Z.xml Special Watchlist 1705222936 0.531 1 0 0 1
200248 16587 16587 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1739/artifact/log/WDIO.xunit-2024-01-14T02-02-18-491Z.xml BlankPage 1705222939 0.884 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.633ms