home / tests

testsuites

5 rows where build_id = 16303

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
197565 16303 16303 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/797/artifact/log/WDIO.xunit-2024-01-12T10-37-08-987Z.xml User 1705081030 5.236 2 0 0 0
197566 16303 16303 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/797/artifact/log/WDIO.xunit-2024-01-12T10-37-08-997Z.xml Page 1705081030 22.814 9 0 0 0
197567 16303 16303 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/797/artifact/log/WDIO.xunit-2024-01-12T10-37-09-031Z.xml Special RecentChanges 1705081030 3.323 1 0 0 0
197568 16303 16303 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/797/artifact/log/WDIO.xunit-2024-01-12T10-37-09-064Z.xml Special Watchlist 1705081030 0.412 1 0 0 1
197569 16303 16303 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/797/artifact/log/WDIO.xunit-2024-01-12T10-37-11-721Z.xml BlankPage 1705081032 0.853 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 2212.971ms