home / tests

testsuites

5 rows where build_id = 18905

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218662 18905 18905 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6450/artifact/log/WDIO.xunit-2024-02-10T05-15-37-367Z.xml Page 1707567338 21.802 9 0 0 0
218663 18905 18905 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6450/artifact/log/WDIO.xunit-2024-02-10T05-15-37-380Z.xml Special Watchlist 1707567338 0.446 1 0 0 1
218664 18905 18905 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6450/artifact/log/WDIO.xunit-2024-02-10T05-15-37-403Z.xml User 1707567338 6.869 2 0 0 0
218665 18905 18905 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6450/artifact/log/WDIO.xunit-2024-02-10T05-15-37-405Z.xml Special RecentChanges 1707567338 2.997 1 0 0 0
218666 18905 18905 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6450/artifact/log/WDIO.xunit-2024-02-10T05-15-39-640Z.xml BlankPage 1707567340 0.799 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 1640.548ms