home / tests

testsuites

5 rows where build_id = 16555

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
199918 16555 16555 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2357/artifact/log/WDIO.xunit-2024-01-13T01-00-59-245Z.xml Special RecentChanges 1705132860 5.579 1 0 0 0
199919 16555 16555 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2357/artifact/log/WDIO.xunit-2024-01-13T01-00-59-258Z.xml Page 1705132860 30.886 9 0 0 0
199920 16555 16555 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2357/artifact/log/WDIO.xunit-2024-01-13T01-00-59-269Z.xml Special Watchlist 1705132860 0.44 1 0 0 1
199921 16555 16555 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2357/artifact/log/WDIO.xunit-2024-01-13T01-00-59-526Z.xml User 1705132860 11.133 2 0 0 0
199922 16555 16555 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2357/artifact/log/WDIO.xunit-2024-01-13T01-01-02-140Z.xml BlankPage 1705132863 1.238 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 1622.936ms