home / tests

testsuites

5 rows where build_id = 18880

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218541 18880 18880 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6475/artifact/log/WDIO.xunit-2024-02-10T05-24-41-691Z.xml Special RecentChanges 1707567882 2.348 1 0 0 0
218542 18880 18880 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6475/artifact/log/WDIO.xunit-2024-02-10T05-24-41-698Z.xml Page 1707567882 20.063 9 0 0 0
218543 18880 18880 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6475/artifact/log/WDIO.xunit-2024-02-10T05-24-41-746Z.xml User 1707567883 4.646 2 0 0 0
218544 18880 18880 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6475/artifact/log/WDIO.xunit-2024-02-10T05-24-41-793Z.xml Special Watchlist 1707567883 0.462 1 0 0 1
218545 18880 18880 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6475/artifact/log/WDIO.xunit-2024-02-10T05-24-44-435Z.xml BlankPage 1707567885 0.778 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 1629.13ms