home / tests

testsuites

5 rows where build_id = 17845

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
207543 17845 17845 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1757/artifact/log/WDIO.xunit-2024-01-23T22-32-32-861Z.xml Special RecentChanges 1706074353 3.742 1 0 0 0
207544 17845 17845 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1757/artifact/log/WDIO.xunit-2024-01-23T22-32-32-900Z.xml User 1706074353 6.164 2 0 0 0
207545 17845 17845 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1757/artifact/log/WDIO.xunit-2024-01-23T22-32-32-939Z.xml Page 1706074353 22.345 9 0 0 0
207546 17845 17845 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1757/artifact/log/WDIO.xunit-2024-01-23T22-32-32-962Z.xml Special Watchlist 1706074354 0.408 1 0 0 1
207547 17845 17845 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1757/artifact/log/WDIO.xunit-2024-01-23T22-32-35-384Z.xml BlankPage 1706074356 0.935 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 2129.198ms