home / tests

testsuites

5 rows where build_id = 18866

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218471 18866 18866 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6490/artifact/log/WDIO.xunit-2024-02-10T05-30-20-517Z.xml User 1707568221 5.625 2 0 0 0
218472 18866 18866 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6490/artifact/log/WDIO.xunit-2024-02-10T05-30-20-573Z.xml Page 1707568221 23.13 9 0 0 0
218473 18866 18866 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6490/artifact/log/WDIO.xunit-2024-02-10T05-30-20-598Z.xml Special Watchlist 1707568222 0.362 1 0 0 1
218474 18866 18866 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6490/artifact/log/WDIO.xunit-2024-02-10T05-30-20-619Z.xml Special RecentChanges 1707568221 3.16 1 0 0 0
218475 18866 18866 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6490/artifact/log/WDIO.xunit-2024-02-10T05-30-23-260Z.xml BlankPage 1707568224 0.74 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 1544.31ms