home / tests

testsuites

5 rows where build_id = 16609

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200421 16609 16609 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1716/artifact/log/WDIO.xunit-2024-01-12T00-56-31-879Z.xml User 1705046195 7.928 2 0 0 0
200422 16609 16609 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1716/artifact/log/WDIO.xunit-2024-01-12T00-56-31-893Z.xml Special RecentChanges 1705046193 7.153 1 0 0 0
200423 16609 16609 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1716/artifact/log/WDIO.xunit-2024-01-12T00-56-31-909Z.xml Special Watchlist 1705046195 0.575 1 0 0 1
200424 16609 16609 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1716/artifact/log/WDIO.xunit-2024-01-12T00-56-32-022Z.xml Page 1705046195 24.827 9 0 0 0
200425 16609 16609 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1716/artifact/log/WDIO.xunit-2024-01-12T00-56-36-988Z.xml BlankPage 1705046198 0.913 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 2430.805ms