home / tests

testsuites

5 rows where build_id = 16329

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
197764 16329 16329 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2507/artifact/log/WDIO.xunit-2024-01-12T10-36-50-812Z.xml Page 1705081012 22.4 9 0 0 0
197765 16329 16329 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2507/artifact/log/WDIO.xunit-2024-01-12T10-36-50-841Z.xml Special Watchlist 1705081012 0.447 1 0 0 1
197766 16329 16329 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2507/artifact/log/WDIO.xunit-2024-01-12T10-36-50-854Z.xml Special RecentChanges 1705081012 3.242 1 0 0 0
197767 16329 16329 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2507/artifact/log/WDIO.xunit-2024-01-12T10-36-50-903Z.xml User 1705081012 5.807 2 0 0 0
197768 16329 16329 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2507/artifact/log/WDIO.xunit-2024-01-12T10-36-53-516Z.xml BlankPage 1705081014 0.717 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 1609.152ms