home / tests

testsuites

5 rows where build_id = 18909

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218680 18909 18909 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6446/artifact/log/WDIO.xunit-2024-02-10T05-14-02-895Z.xml Page 1707567244 20.126 9 0 0 0
218681 18909 18909 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6446/artifact/log/WDIO.xunit-2024-02-10T05-14-02-918Z.xml User 1707567244 4.7 2 0 0 0
218682 18909 18909 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6446/artifact/log/WDIO.xunit-2024-02-10T05-14-02-968Z.xml Special RecentChanges 1707567244 2.503 1 0 0 0
218683 18909 18909 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6446/artifact/log/WDIO.xunit-2024-02-10T05-14-03-048Z.xml Special Watchlist 1707567244 0.387 1 0 0 1
218684 18909 18909 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6446/artifact/log/WDIO.xunit-2024-02-10T05-14-05-661Z.xml BlankPage 1707567246 0.615 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 5809.55ms