home / tests

testsuites

5 rows where build_id = 18859

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
218437 18859 18859 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6500/artifact/log/WDIO.xunit-2024-02-10T20-30-16-971Z.xml User 1707622218 5.953 2 0 0 0
218438 18859 18859 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6500/artifact/log/WDIO.xunit-2024-02-10T20-30-16-979Z.xml Page 1707622218 23.48 9 0 0 0
218439 18859 18859 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6500/artifact/log/WDIO.xunit-2024-02-10T20-30-17-029Z.xml Special RecentChanges 1707622218 2.81 1 0 0 0
218440 18859 18859 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6500/artifact/log/WDIO.xunit-2024-02-10T20-30-21-720Z.xml BlankPage 1707622223 0.719 1 0 0 0
218441 18859 18859 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6500/artifact/log/WDIO.xunit-2024-02-10T20-30-42-974Z.xml Special Watchlist 1707622244 0.363 1 0 0 1

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 1528.236ms