home / tests

testsuites

5 rows where build_id = 18894

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218609 18894 18894 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6461/artifact/log/WDIO.xunit-2024-02-10T05-19-53-107Z.xml Special Watchlist 1707567594 0.468 1 0 0 1
218610 18894 18894 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6461/artifact/log/WDIO.xunit-2024-02-10T05-19-53-126Z.xml User 1707567594 5.002 2 0 0 0
218611 18894 18894 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6461/artifact/log/WDIO.xunit-2024-02-10T05-19-53-153Z.xml Page 1707567594 21.214 9 0 0 0
218612 18894 18894 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6461/artifact/log/WDIO.xunit-2024-02-10T05-19-53-193Z.xml Special RecentChanges 1707567594 2.377 1 0 0 0
218613 18894 18894 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6461/artifact/log/WDIO.xunit-2024-02-10T05-19-55-591Z.xml BlankPage 1707567596 0.609 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 1693.074ms