home / tests

testsuites

5 rows where build_id = 22596

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
258533 22596 22596 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/134/artifact/log/WDIO.xunit-2024-06-16T13-44-13-474Z.xml Page 1718567054 21.747 9 0 0 0
258534 22596 22596 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/134/artifact/log/WDIO.xunit-2024-06-16T13-44-13-480Z.xml Special Watchlist 1718567054 0.489 1 0 0 1
258535 22596 22596 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/134/artifact/log/WDIO.xunit-2024-06-16T13-44-13-502Z.xml Special RecentChanges 1718567054 2.845 1 0 0 0
258536 22596 22596 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/134/artifact/log/WDIO.xunit-2024-06-16T13-44-13-517Z.xml User 1718567054 5.172 2 0 0 0
258537 22596 22596 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/134/artifact/log/WDIO.xunit-2024-06-16T13-44-15-976Z.xml BlankPage 1718567056 0.728 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 1622.706ms