home / tests

testsuites

5 rows where build_id = 16611

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
200431 16611 16611 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1714/artifact/log/WDIO.xunit-2024-01-12T00-38-17-861Z.xml Page 1705045099 26.999 9 0 0 0
200432 16611 16611 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1714/artifact/log/WDIO.xunit-2024-01-12T00-38-17-914Z.xml Special RecentChanges 1705045099 4.809 1 0 0 0
200433 16611 16611 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1714/artifact/log/WDIO.xunit-2024-01-12T00-38-17-929Z.xml Special Watchlist 1705045099 0.495 1 0 0 1
200434 16611 16611 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1714/artifact/log/WDIO.xunit-2024-01-12T00-38-17-985Z.xml User 1705045099 8.026 2 0 0 0
200435 16611 16611 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1714/artifact/log/WDIO.xunit-2024-01-12T00-38-21-548Z.xml BlankPage 1705045103 1.41 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 2805.925ms