home / tests

testsuites

5 rows where build_id = 9733

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
135257 9733 9733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1607/artifact/log/WDIO.xunit-2021-10-09T07-05-51-990Z.xml Page 1633784753 0.678 17 0 0 17
135258 9733 9733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1607/artifact/log/WDIO.xunit-2021-10-09T07-05-54-929Z.xml Special RecentChanges 1633784756 0.638 2 0 0 2
135259 9733 9733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1607/artifact/log/WDIO.xunit-2021-10-09T07-05-57-811Z.xml User 1633784758 5.238 2 0 0 0
135260 9733 9733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1607/artifact/log/WDIO.xunit-2021-10-09T07-06-05-341Z.xml Special Watchlist 1633784766 2.371 2 0 0 2
135261 9733 9733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1607/artifact/log/WDIO.xunit-2021-10-09T07-06-09-971Z.xml BlankPage 1633784770 0.618 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 1563.609ms