home / tests

testsuites

5 rows where build_id = 3894

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
50594 3894 3894 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1521/artifact/log/WDIO.xunit-2021-10-01T08-59-10-449Z.xml Page 1633100351 0.741 17 0 0 17
50595 3894 3894 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1521/artifact/log/WDIO.xunit-2021-10-01T08-59-13-634Z.xml Special RecentChanges 1633100354 0.667 2 0 0 2
50596 3894 3894 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1521/artifact/log/WDIO.xunit-2021-10-01T08-59-16-715Z.xml User 1633100357 5.407 2 0 0 0
50597 3894 3894 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1521/artifact/log/WDIO.xunit-2021-10-01T08-59-24-601Z.xml Special Watchlist 1633100365 2.379 2 0 0 2
50598 3894 3894 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1521/artifact/log/WDIO.xunit-2021-10-01T08-59-29-400Z.xml BlankPage 1633100370 0.83 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 1535.197ms