home / tests

testsuites

5 rows where build_id = 18876

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218521 18876 18876 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6480/artifact/log/WDIO.xunit-2024-02-10T05-26-59-269Z.xml User 1707568020 5.09 2 0 0 0
218522 18876 18876 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6480/artifact/log/WDIO.xunit-2024-02-10T05-26-59-292Z.xml Page 1707568020 19.889 9 0 0 0
218523 18876 18876 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6480/artifact/log/WDIO.xunit-2024-02-10T05-26-59-294Z.xml Special RecentChanges 1707568020 2.306 1 0 0 0
218524 18876 18876 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6480/artifact/log/WDIO.xunit-2024-02-10T05-26-59-345Z.xml Special Watchlist 1707568020 0.6 1 0 0 1
218525 18876 18876 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6480/artifact/log/WDIO.xunit-2024-02-10T05-27-01-975Z.xml BlankPage 1707568023 0.571 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 1618.99ms