home / tests

testsuites

5 rows where build_id = 9986

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136938 9986 9986 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8559/artifact/log/WDIO.xunit-2021-10-09T10-54-21-875Z.xml Page 1633798463 0.785 17 0 0 17
136939 9986 9986 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8559/artifact/log/WDIO.xunit-2021-10-09T10-54-25-036Z.xml Special RecentChanges 1633798466 0.675 2 0 0 2
136940 9986 9986 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8559/artifact/log/WDIO.xunit-2021-10-09T10-54-28-038Z.xml User 1633798469 4.911 2 0 0 0
136941 9986 9986 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8559/artifact/log/WDIO.xunit-2021-10-09T10-54-35-303Z.xml Special Watchlist 1633798476 2.422 2 0 0 2
136942 9986 9986 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8559/artifact/log/WDIO.xunit-2021-10-09T10-54-40-116Z.xml BlankPage 1633798481 0.682 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 1884.736ms