home / tests

testsuites

5 rows where build_id = 18875

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218516 18875 18875 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6481/artifact/log/WDIO.xunit-2024-02-10T05-27-01-588Z.xml Page 1707568022 23.947 9 0 0 0
218517 18875 18875 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6481/artifact/log/WDIO.xunit-2024-02-10T05-27-01-640Z.xml User 1707568022 5.67 2 0 0 0
218518 18875 18875 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6481/artifact/log/WDIO.xunit-2024-02-10T05-27-01-679Z.xml Special RecentChanges 1707568023 3.231 1 0 0 0
218519 18875 18875 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6481/artifact/log/WDIO.xunit-2024-02-10T05-27-01-737Z.xml Special Watchlist 1707568022 0.541 1 0 0 1
218520 18875 18875 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6481/artifact/log/WDIO.xunit-2024-02-10T05-27-04-330Z.xml BlankPage 1707568025 0.796 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 1633.824ms