home / tests

testsuites

5 rows where build_id = 18869

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
218486 18869 18869 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6487/artifact/log/WDIO.xunit-2024-02-10T05-29-33-416Z.xml Page 1707568174 22.718 9 0 0 0
218487 18869 18869 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6487/artifact/log/WDIO.xunit-2024-02-10T05-29-33-445Z.xml Special Watchlist 1707568174 0.366 1 0 0 1
218488 18869 18869 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6487/artifact/log/WDIO.xunit-2024-02-10T05-29-33-458Z.xml Special RecentChanges 1707568174 2.846 1 0 0 0
218489 18869 18869 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6487/artifact/log/WDIO.xunit-2024-02-10T05-29-33-460Z.xml User 1707568174 5.527 2 0 0 0
218490 18869 18869 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6487/artifact/log/WDIO.xunit-2024-02-10T05-29-36-054Z.xml BlankPage 1707568177 0.79 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 1559.525ms