home / tests

testsuites

5 rows where build_id = 9706

✎ 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
135119 9706 9706 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7851/artifact/log/WDIO.xunit-2021-10-09T07-01-59-004Z.xml Page 1633784520 0.694 17 0 0 17
135120 9706 9706 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7851/artifact/log/WDIO.xunit-2021-10-09T07-02-02-162Z.xml Special RecentChanges 1633784523 0.656 2 0 0 2
135121 9706 9706 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7851/artifact/log/WDIO.xunit-2021-10-09T07-02-05-680Z.xml User 1633784526 5.642 2 0 0 0
135122 9706 9706 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7851/artifact/log/WDIO.xunit-2021-10-09T07-02-13-804Z.xml Special Watchlist 1633784534 2.529 2 0 0 2
135123 9706 9706 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7851/artifact/log/WDIO.xunit-2021-10-09T07-02-18-783Z.xml BlankPage 1633784539 0.933 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 1659.524ms