home / tests

testsuites

5 rows where build_id = 16584

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
200232 16584 16584 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2328/artifact/log/WDIO.xunit-2024-01-09T17-14-29-039Z.xml Special RecentChanges 1704845670 6.043 1 0 0 0
200233 16584 16584 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2328/artifact/log/WDIO.xunit-2024-01-09T17-14-29-041Z.xml User 1704845670 9.057 2 0 0 0
200234 16584 16584 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2328/artifact/log/WDIO.xunit-2024-01-09T17-14-29-085Z.xml Page 1704845670 32.464 9 0 0 0
200235 16584 16584 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2328/artifact/log/WDIO.xunit-2024-01-09T17-14-29-131Z.xml Special Watchlist 1704845670 0.477 1 0 0 1
200236 16584 16584 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2328/artifact/log/WDIO.xunit-2024-01-09T17-14-31-445Z.xml BlankPage 1704845672 1.417 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 1569.418ms