home / tests

testsuites

5 rows where build_id = 9762

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135405 9762 9762 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1533/artifact/log/WDIO.xunit-2021-10-09T06-12-50-084Z.xml Page 1633781571 0.729 17 0 0 17
135406 9762 9762 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1533/artifact/log/WDIO.xunit-2021-10-09T06-12-53-121Z.xml Special RecentChanges 1633781574 0.61 2 0 0 2
135407 9762 9762 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1533/artifact/log/WDIO.xunit-2021-10-09T06-12-56-022Z.xml User 1633781577 5.238 2 0 0 0
135408 9762 9762 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1533/artifact/log/WDIO.xunit-2021-10-09T06-13-03-718Z.xml Special Watchlist 1633781585 2.177 2 0 0 2
135409 9762 9762 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1533/artifact/log/WDIO.xunit-2021-10-09T06-13-08-735Z.xml BlankPage 1633781590 0.636 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 1572.612ms