home / tests

testsuites

5 rows where build_id = 16605

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
200401 16605 16605 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1720/artifact/log/WDIO.xunit-2024-01-12T01-29-24-312Z.xml Page 1705048165 22.458 9 0 0 0
200402 16605 16605 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1720/artifact/log/WDIO.xunit-2024-01-12T01-29-24-327Z.xml Special RecentChanges 1705048165 2.701 1 0 0 0
200403 16605 16605 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1720/artifact/log/WDIO.xunit-2024-01-12T01-29-24-395Z.xml Special Watchlist 1705048165 0.453 1 0 0 1
200404 16605 16605 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1720/artifact/log/WDIO.xunit-2024-01-12T01-29-24-432Z.xml User 1705048165 5.335 2 0 0 0
200405 16605 16605 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1720/artifact/log/WDIO.xunit-2024-01-12T01-29-26-705Z.xml BlankPage 1705048167 1.612 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 3149.248ms