home / tests

testsuites

5 rows where build_id = 22573

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258391 22573 22573 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/157/artifact/log/WDIO.xunit-2024-06-16T14-58-01-295Z.xml Special Watchlist 1718571482 0.443 1 0 0 1
258392 22573 22573 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/157/artifact/log/WDIO.xunit-2024-06-16T14-58-01-330Z.xml User 1718571482 6.575 2 0 0 0
258393 22573 22573 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/157/artifact/log/WDIO.xunit-2024-06-16T14-58-01-364Z.xml Page 1718571482 22.453 9 0 0 0
258394 22573 22573 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/157/artifact/log/WDIO.xunit-2024-06-16T14-58-01-432Z.xml Special RecentChanges 1718571482 3.883 1 0 0 0
258395 22573 22573 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/157/artifact/log/WDIO.xunit-2024-06-16T14-58-04-663Z.xml BlankPage 1718571486 1.039 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 1643.42ms