home / tests

testsuites

5 rows where build_id = 18902

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218647 18902 18902 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6453/artifact/log/WDIO.xunit-2024-02-10T05-16-52-645Z.xml Page 1707567414 29.099 9 0 0 0
218648 18902 18902 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6453/artifact/log/WDIO.xunit-2024-02-10T05-16-52-688Z.xml Special RecentChanges 1707567414 3.086 1 0 0 0
218649 18902 18902 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6453/artifact/log/WDIO.xunit-2024-02-10T05-16-52-701Z.xml User 1707567413 6.169 2 0 0 0
218650 18902 18902 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6453/artifact/log/WDIO.xunit-2024-02-10T05-16-52-786Z.xml Special Watchlist 1707567413 0.527 1 0 0 1
218651 18902 18902 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6453/artifact/log/WDIO.xunit-2024-02-10T05-16-55-195Z.xml BlankPage 1707567416 0.926 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 1629.094ms