home / tests

testsuites

3 rows where build_id = 16217

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
196983 16217 16217 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10985/artifact/log/WDIO.xunit-2024-01-16T15-44-44-863Z.xml Special RecentChanges 1705445086 2.733 1 0 0 0
196984 16217 16217 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10985/artifact/log/WDIO.xunit-2024-01-16T15-44-44-887Z.xml Page 1705445086 22.942 9 0 0 0
196985 16217 16217 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10985/artifact/log/WDIO.xunit-2024-01-16T15-44-47-760Z.xml BlankPage 1705445089 0.677 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 1605.728ms