home / tests

testsuites

5 rows where build_id = 18883

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218556 18883 18883 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6472/artifact/log/WDIO.xunit-2024-02-10T05-24-20-269Z.xml User 1707567861 5.523 2 0 0 0
218557 18883 18883 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6472/artifact/log/WDIO.xunit-2024-02-10T05-24-20-284Z.xml Special RecentChanges 1707567861 2.904 1 0 0 0
218558 18883 18883 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6472/artifact/log/WDIO.xunit-2024-02-10T05-24-20-324Z.xml Page 1707567861 21.775 9 0 0 0
218559 18883 18883 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6472/artifact/log/WDIO.xunit-2024-02-10T05-24-20-331Z.xml Special Watchlist 1707567861 0.498 1 0 0 1
218560 18883 18883 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6472/artifact/log/WDIO.xunit-2024-02-10T05-24-22-925Z.xml BlankPage 1707567864 0.765 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 1593.933ms