home / tests

testsuites

5 rows where build_id = 9731

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135247 9731 9731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7785/artifact/log/WDIO.xunit-2021-10-09T06-13-11-826Z.xml Page 1633781593 0.821 17 0 0 17
135248 9731 9731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7785/artifact/log/WDIO.xunit-2021-10-09T06-13-15-959Z.xml Special RecentChanges 1633781597 0.676 2 0 0 2
135249 9731 9731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7785/artifact/log/WDIO.xunit-2021-10-09T06-13-20-011Z.xml User 1633781601 6.331 2 0 0 0
135250 9731 9731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7785/artifact/log/WDIO.xunit-2021-10-09T06-13-29-740Z.xml Special Watchlist 1633781611 3.62 2 0 0 2
135251 9731 9731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7785/artifact/log/WDIO.xunit-2021-10-09T06-13-36-929Z.xml BlankPage 1633781618 0.71 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 1743.469ms