home / tests

testsuites

5 rows where build_id = 18888

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218579 18888 18888 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6467/artifact/log/WDIO.xunit-2024-02-10T05-21-54-260Z.xml User 1707567715 5.957 2 0 0 0
218580 18888 18888 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6467/artifact/log/WDIO.xunit-2024-02-10T05-21-54-263Z.xml Page 1707567715 25.482 9 0 0 0
218581 18888 18888 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6467/artifact/log/WDIO.xunit-2024-02-10T05-21-54-278Z.xml Special RecentChanges 1707567715 3.294 1 0 0 0
218582 18888 18888 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6467/artifact/log/WDIO.xunit-2024-02-10T05-21-54-325Z.xml Special Watchlist 1707567715 0.526 1 0 0 1
218583 18888 18888 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6467/artifact/log/WDIO.xunit-2024-02-10T05-21-56-776Z.xml BlankPage 1707567717 1.005 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 1624.474ms