home / tests

testsuites

5 rows where build_id = 15203

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193640 15203 15203 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1368/artifact/log/WDIO.xunit-2023-09-25T22-44-38-037Z.xml User 1695703479 9.748 2 0 0 0
193641 15203 15203 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1368/artifact/log/WDIO.xunit-2023-09-25T22-44-38-089Z.xml Special Watchlist 1695703479 0.487 1 0 0 1
193642 15203 15203 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1368/artifact/log/WDIO.xunit-2023-09-25T22-44-38-090Z.xml Page 1695703479 29.408 9 0 0 0
193643 15203 15203 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1368/artifact/log/WDIO.xunit-2023-09-25T22-44-38-102Z.xml Special RecentChanges 1695703479 4.464 1 0 0 0
193644 15203 15203 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1368/artifact/log/WDIO.xunit-2023-09-25T22-44-41-628Z.xml BlankPage 1695703483 1.286 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 2164.652ms