home / tests

testsuites

4 rows where build_id = 19313

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests

id ▼ build_id url name timestamp time tests failures errors skipped
226753 19313 19313 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2049/artifact/log/WDIO.xunit-2024-02-16T00-59-28-063Z.xml Special RecentChanges 1708070369 2.725 1 0 0 0
226754 19313 19313 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2049/artifact/log/WDIO.xunit-2024-02-16T00-59-28-068Z.xml User 1708070369 5.411 2 0 0 0
226755 19313 19313 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2049/artifact/log/WDIO.xunit-2024-02-16T00-59-28-077Z.xml Page 1708070369 21.689 9 0 0 0
226756 19313 19313 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2049/artifact/log/WDIO.xunit-2024-02-16T00-59-30-284Z.xml BlankPage 1708070371 0.882 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 2179.268ms