home / tests

testsuites

4 rows where build_id = 19043

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
220943 19043 19043 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/505/artifact/log/WDIO.xunit-2024-02-09T23-57-31-110Z.xml Page 1707548252 30.618 9 0 0 0
220944 19043 19043 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/505/artifact/log/WDIO.xunit-2024-02-09T23-57-31-112Z.xml Special Watchlist 1707548252 0.735 1 0 0 1
220945 19043 19043 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/505/artifact/log/WDIO.xunit-2024-02-09T23-57-31-125Z.xml Special RecentChanges 1707548252 5.42 1 0 0 0
220946 19043 19043 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/505/artifact/log/WDIO.xunit-2024-02-09T23-57-34-854Z.xml BlankPage 1707548256 1.446 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 1688.04ms