home / tests

testsuites

5 rows where build_id = 11586

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
151183 11586 11586 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8583/artifact/log/WDIO.xunit-2021-10-13T14-46-40-762Z.xml Page 1634158001 0.666 17 0 0 17
151184 11586 11586 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8583/artifact/log/WDIO.xunit-2021-10-13T14-46-43-917Z.xml Special RecentChanges 1634158005 0.656 2 0 0 2
151185 11586 11586 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8583/artifact/log/WDIO.xunit-2021-10-13T14-46-46-972Z.xml User 1634158008 5.751 2 0 0 0
151186 11586 11586 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8583/artifact/log/WDIO.xunit-2021-10-13T14-46-55-170Z.xml Special Watchlist 1634158016 2.317 2 0 0 2
151187 11586 11586 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8583/artifact/log/WDIO.xunit-2021-10-13T14-46-59-795Z.xml BlankPage 1634158020 0.753 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 1615.393ms