home / tests

testsuites

5 rows where build_id = 18908

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218675 18908 18908 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6447/artifact/log/WDIO.xunit-2024-02-10T05-14-01-858Z.xml Page 1707567242 22.874 9 0 0 0
218676 18908 18908 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6447/artifact/log/WDIO.xunit-2024-02-10T05-14-01-884Z.xml Special RecentChanges 1707567243 2.83 1 0 0 0
218677 18908 18908 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6447/artifact/log/WDIO.xunit-2024-02-10T05-14-01-898Z.xml User 1707567243 5.099 2 0 0 0
218678 18908 18908 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6447/artifact/log/WDIO.xunit-2024-02-10T05-14-01-939Z.xml Special Watchlist 1707567243 0.469 1 0 0 1
218679 18908 18908 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6447/artifact/log/WDIO.xunit-2024-02-10T05-14-04-218Z.xml BlankPage 1707567245 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 1620.819ms