home / tests

testsuites

5 rows where build_id = 9703

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
135104 9703 9703 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7857/artifact/log/WDIO.xunit-2021-10-09T07-06-23-922Z.xml Page 1633784785 0.91 17 0 0 17
135105 9703 9703 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7857/artifact/log/WDIO.xunit-2021-10-09T07-06-28-332Z.xml Special RecentChanges 1633784790 0.776 2 0 0 2
135106 9703 9703 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7857/artifact/log/WDIO.xunit-2021-10-09T07-06-32-491Z.xml User 1633784794 5.346 2 0 0 0
135107 9703 9703 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7857/artifact/log/WDIO.xunit-2021-10-09T07-06-41-216Z.xml Special Watchlist 1633784802 2.737 2 0 0 2
135108 9703 9703 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7857/artifact/log/WDIO.xunit-2021-10-09T07-06-47-420Z.xml BlankPage 1633784808 0.72 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 1571.015ms