home / tests

testsuites

5 rows where build_id = 9732

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135252 9732 9732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7783/artifact/log/WDIO.xunit-2021-10-09T06-13-11-236Z.xml Page 1633781592 0.947 17 0 0 17
135253 9732 9732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7783/artifact/log/WDIO.xunit-2021-10-09T06-13-15-855Z.xml Special RecentChanges 1633781597 0.787 2 0 0 2
135254 9732 9732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7783/artifact/log/WDIO.xunit-2021-10-09T06-13-20-110Z.xml User 1633781601 6.867 2 0 0 0
135255 9732 9732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7783/artifact/log/WDIO.xunit-2021-10-09T06-13-30-375Z.xml Special Watchlist 1633781612 2.898 2 0 0 2
135256 9732 9732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7783/artifact/log/WDIO.xunit-2021-10-09T06-13-36-707Z.xml BlankPage 1633781618 0.798 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 1586.37ms