home / tests

testsuites

5 rows where build_id = 18451

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
214188 18451 18451 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81-docker/17466/artifact/log/WDIO.xunit-2024-01-29T22-57-11-484Z.xml Special Watchlist 1706594233 1.644 1 0 0 1
214189 18451 18451 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81-docker/17466/artifact/log/WDIO.xunit-2024-01-29T22-57-11-558Z.xml User 1706594233 22.712 2 0 0 0
214190 18451 18451 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81-docker/17466/artifact/log/WDIO.xunit-2024-01-29T22-57-11-566Z.xml Page 1706594233 50.838 9 0 0 0
214191 18451 18451 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81-docker/17466/artifact/log/WDIO.xunit-2024-01-29T22-57-11-661Z.xml Special RecentChanges 1706594233 13.122 1 0 0 0
214192 18451 18451 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81-docker/17466/artifact/log/WDIO.xunit-2024-01-29T22-57-16-275Z.xml BlankPage 1706594239 3.087 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 1623.681ms