home / tests

testsuites

5 rows where build_id = 18914

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218705 18914 18914 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6441/artifact/log/WDIO.xunit-2024-02-10T05-08-24-002Z.xml Special RecentChanges 1707566905 2.618 1 0 0 0
218706 18914 18914 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6441/artifact/log/WDIO.xunit-2024-02-10T05-08-24-023Z.xml Page 1707566905 22.989 9 0 0 0
218707 18914 18914 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6441/artifact/log/WDIO.xunit-2024-02-10T05-08-24-065Z.xml Special Watchlist 1707566905 0.399 1 0 0 1
218708 18914 18914 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6441/artifact/log/WDIO.xunit-2024-02-10T05-08-24-130Z.xml User 1707566905 8.385 2 0 0 0
218709 18914 18914 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6441/artifact/log/WDIO.xunit-2024-02-10T05-08-26-804Z.xml BlankPage 1707566908 3.782 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 1643.176ms