home / tests

testsuites

5 rows where build_id = 18837

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
217755 18837 18837 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6532/artifact/log/WDIO.xunit-2024-02-16T17-37-15-026Z.xml Special RecentChanges 1708130236 3.683 1 0 0 0
217756 18837 18837 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6532/artifact/log/WDIO.xunit-2024-02-16T17-37-15-069Z.xml User 1708130236 5.726 2 0 0 0
217757 18837 18837 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6532/artifact/log/WDIO.xunit-2024-02-16T17-37-15-129Z.xml Page 1708130236 22.164 9 0 0 0
217758 18837 18837 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6532/artifact/log/WDIO.xunit-2024-02-16T17-37-15-165Z.xml Special Watchlist 1708130236 0.498 1 0 0 1
217759 18837 18837 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6532/artifact/log/WDIO.xunit-2024-02-16T17-37-17-534Z.xml BlankPage 1708130238 1.037 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 1588.174ms