home / tests

testsuites

5 rows where build_id = 16610

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
200426 16610 16610 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1715/artifact/log/WDIO.xunit-2024-01-12T00-39-24-922Z.xml Page 1705045166 30.247 9 0 0 0
200427 16610 16610 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1715/artifact/log/WDIO.xunit-2024-01-12T00-39-24-955Z.xml Special RecentChanges 1705045166 5.155 1 0 0 0
200428 16610 16610 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1715/artifact/log/WDIO.xunit-2024-01-12T00-39-24-969Z.xml Special Watchlist 1705045166 0.441 1 0 0 1
200429 16610 16610 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1715/artifact/log/WDIO.xunit-2024-01-12T00-39-24-992Z.xml User 1705045166 7.759 2 0 0 0
200430 16610 16610 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1715/artifact/log/WDIO.xunit-2024-01-12T00-39-27-639Z.xml BlankPage 1705045169 1.245 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 1622.605ms