home / tests

testsuites

5 rows where build_id = 16161

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
196617 16161 16161 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6132/artifact/log/WDIO.xunit-2024-01-16T13-40-37-329Z.xml Page 1705437638 24.267 9 0 0 0
196618 16161 16161 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6132/artifact/log/WDIO.xunit-2024-01-16T13-40-37-338Z.xml User 1705437638 5.542 2 0 0 0
196619 16161 16161 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6132/artifact/log/WDIO.xunit-2024-01-16T13-40-37-350Z.xml Special RecentChanges 1705437638 2.928 1 0 0 0
196620 16161 16161 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6132/artifact/log/WDIO.xunit-2024-01-16T13-40-37-368Z.xml Special Watchlist 1705437638 0.447 1 0 0 1
196621 16161 16161 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6132/artifact/log/WDIO.xunit-2024-01-16T13-40-39-774Z.xml BlankPage 1705437640 0.961 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 1618.58ms