home / tests

testsuites

5 rows where build_id = 15201

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
193631 15201 15201 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1982/artifact/log/WDIO.xunit-2023-09-20T07-36-47-085Z.xml User 1695217008 5.239 2 0 0 0
193632 15201 15201 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1982/artifact/log/WDIO.xunit-2023-09-20T07-36-47-109Z.xml Special RecentChanges 1695217008 2.822 1 0 0 0
193633 15201 15201 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1982/artifact/log/WDIO.xunit-2023-09-20T07-36-47-134Z.xml Special Watchlist 1695217008 0.344 1 0 0 1
193634 15201 15201 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1982/artifact/log/WDIO.xunit-2023-09-20T07-36-47-136Z.xml Page 1695217008 21.854 9 0 0 0
193635 15201 15201 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1982/artifact/log/WDIO.xunit-2023-09-20T07-36-49-680Z.xml BlankPage 1695217010 0.648 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 2597.866ms