home / tests

testsuites

5 rows where build_id = 18900

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218637 18900 18900 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6455/artifact/log/WDIO.xunit-2024-02-10T05-17-18-854Z.xml User 1707567440 4.688 2 0 0 0
218638 18900 18900 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6455/artifact/log/WDIO.xunit-2024-02-10T05-17-18-896Z.xml Special Watchlist 1707567439 0.489 1 0 0 1
218639 18900 18900 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6455/artifact/log/WDIO.xunit-2024-02-10T05-17-18-898Z.xml Page 1707567440 20.618 9 0 0 0
218640 18900 18900 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6455/artifact/log/WDIO.xunit-2024-02-10T05-17-18-947Z.xml Special RecentChanges 1707567440 2.18 1 0 0 0
218641 18900 18900 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6455/artifact/log/WDIO.xunit-2024-02-10T05-17-21-360Z.xml BlankPage 1707567442 0.499 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.722ms