home / tests

testsuites

5 rows where build_id = 18912

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218695 18912 18912 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6443/artifact/log/WDIO.xunit-2024-02-10T05-12-59-436Z.xml User 1707567180 7.12 2 0 0 0
218696 18912 18912 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6443/artifact/log/WDIO.xunit-2024-02-10T05-12-59-437Z.xml Page 1707567180 25.289 9 0 0 0
218697 18912 18912 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6443/artifact/log/WDIO.xunit-2024-02-10T05-12-59-439Z.xml Special RecentChanges 1707567180 3.73 1 0 0 0
218698 18912 18912 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6443/artifact/log/WDIO.xunit-2024-02-10T05-12-59-536Z.xml Special Watchlist 1707567181 0.648 1 0 0 1
218699 18912 18912 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6443/artifact/log/WDIO.xunit-2024-02-10T05-13-02-454Z.xml BlankPage 1707567184 0.784 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 1612.601ms