home / tests

testsuites

5 rows where build_id = 9725

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135214 9725 9725 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7797/artifact/log/WDIO.xunit-2021-10-09T06-23-41-595Z.xml Page 1633782223 0.875 17 0 0 17
135215 9725 9725 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7797/artifact/log/WDIO.xunit-2021-10-09T06-23-45-751Z.xml Special RecentChanges 1633782227 0.761 2 0 0 2
135216 9725 9725 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7797/artifact/log/WDIO.xunit-2021-10-09T06-23-49-904Z.xml User 1633782231 6.363 2 0 0 0
135217 9725 9725 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7797/artifact/log/WDIO.xunit-2021-10-09T06-23-59-762Z.xml Special Watchlist 1633782241 2.663 2 0 0 2
135218 9725 9725 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7797/artifact/log/WDIO.xunit-2021-10-09T06-24-05-904Z.xml BlankPage 1633782247 0.87 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 1591.881ms