home / tests

testsuites

5 rows where build_id = 22394

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255451 22394 22394 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/544/artifact/log/WDIO.xunit-2024-06-16T15-24-28-146Z.xml Special RecentChanges 1718573069 2.57 1 0 0 0
255452 22394 22394 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/544/artifact/log/WDIO.xunit-2024-06-16T15-24-28-147Z.xml Page 1718573069 26.035 9 0 0 0
255453 22394 22394 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/544/artifact/log/WDIO.xunit-2024-06-16T15-24-28-223Z.xml Special Watchlist 1718573069 0.433 1 0 0 1
255454 22394 22394 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/544/artifact/log/WDIO.xunit-2024-06-16T15-24-28-251Z.xml User 1718573069 6.124 2 0 0 0
255455 22394 22394 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/544/artifact/log/WDIO.xunit-2024-06-16T15-24-31-089Z.xml BlankPage 1718573072 0.807 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 1636.762ms