home / tests

testsuites

5 rows where build_id = 9761

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135400 9761 9761 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1535/artifact/log/WDIO.xunit-2021-10-09T06-13-11-905Z.xml Page 1633781593 0.873 17 0 0 17
135401 9761 9761 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1535/artifact/log/WDIO.xunit-2021-10-09T06-13-16-130Z.xml Special RecentChanges 1633781597 0.733 2 0 0 2
135402 9761 9761 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1535/artifact/log/WDIO.xunit-2021-10-09T06-13-20-161Z.xml User 1633781601 6.66 2 0 0 0
135403 9761 9761 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1535/artifact/log/WDIO.xunit-2021-10-09T06-13-30-334Z.xml Special Watchlist 1633781612 2.94 2 0 0 2
135404 9761 9761 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1535/artifact/log/WDIO.xunit-2021-10-09T06-13-36-877Z.xml BlankPage 1633781618 0.702 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 1583.866ms