home / tests

testsuites

5 rows where build_id = 753

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3105 753 753 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76197/artifact/log/WDIO.xunit-2021-09-22T21-59-58-223Z.xml Page 1632369599 0.599 17 0 0 17
3106 753 753 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76197/artifact/log/WDIO.xunit-2021-09-22T22-00-01-109Z.xml Special RecentChanges 1632369602 1.792 2 0 0 2
3107 753 753 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76197/artifact/log/WDIO.xunit-2021-09-22T22-00-05-702Z.xml User 1632369606 4.835 2 0 0 0
3108 753 753 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76197/artifact/log/WDIO.xunit-2021-09-22T22-00-12-949Z.xml Special Watchlist 1632369614 2.019 2 0 0 2
3109 753 753 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76197/artifact/log/WDIO.xunit-2021-09-22T22-00-17-371Z.xml BlankPage 1632369618 0.599 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 1516.499ms