home / tests

testsuites

5 rows where build_id = 16618

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
200465 16618 16618 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1707/artifact/log/WDIO.xunit-2024-01-11T22-28-51-083Z.xml Page 1705037332 36.472 9 0 0 0
200466 16618 16618 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1707/artifact/log/WDIO.xunit-2024-01-11T22-28-51-101Z.xml User 1705037332 6.681 2 0 0 0
200467 16618 16618 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1707/artifact/log/WDIO.xunit-2024-01-11T22-28-51-158Z.xml Special RecentChanges 1705037332 3.105 1 0 0 0
200468 16618 16618 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1707/artifact/log/WDIO.xunit-2024-01-11T22-28-51-168Z.xml Special Watchlist 1705037332 0.471 1 0 0 1
200469 16618 16618 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1707/artifact/log/WDIO.xunit-2024-01-11T22-28-54-082Z.xml BlankPage 1705037335 0.858 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 1963.458ms