home / tests

testsuites

5 rows where build_id = 18885

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
218564 18885 18885 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6470/artifact/log/WDIO.xunit-2024-02-10T05-23-07-380Z.xml Page 1707567788 23.397 9 0 0 0
218565 18885 18885 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6470/artifact/log/WDIO.xunit-2024-02-10T05-23-07-382Z.xml Special RecentChanges 1707567788 3.349 1 0 0 0
218566 18885 18885 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6470/artifact/log/WDIO.xunit-2024-02-10T05-23-07-409Z.xml User 1707567788 5.484 2 0 0 0
218567 18885 18885 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6470/artifact/log/WDIO.xunit-2024-02-10T05-23-07-457Z.xml Special Watchlist 1707567788 0.462 1 0 0 1
218568 18885 18885 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6470/artifact/log/WDIO.xunit-2024-02-10T05-23-09-832Z.xml BlankPage 1707567790 0.806 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 1611.586ms