home / tests

testsuites

3 rows where build_id = 19251

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
226286 19251 19251 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2656/artifact/log/WDIO.xunit-2024-02-13T06-48-45-015Z.xml User 1707832126 5.511 2 0 0 0
226287 19251 19251 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2656/artifact/log/WDIO.xunit-2024-02-13T06-48-45-021Z.xml Page 1707832126 23.052 9 0 0 0
226288 19251 19251 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2656/artifact/log/WDIO.xunit-2024-02-13T06-48-47-425Z.xml BlankPage 1707832128 0.728 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 1629.599ms