home / tests

testsuites

5 rows where build_id = 9996

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136988 9996 9996 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8543/artifact/log/WDIO.xunit-2021-10-09T10-36-23-528Z.xml Page 1633797384 0.716 17 0 0 17
136989 9996 9996 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8543/artifact/log/WDIO.xunit-2021-10-09T10-36-26-646Z.xml Special RecentChanges 1633797387 0.611 2 0 0 2
136990 9996 9996 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8543/artifact/log/WDIO.xunit-2021-10-09T10-36-29-513Z.xml User 1633797390 5.21 2 0 0 0
136991 9996 9996 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8543/artifact/log/WDIO.xunit-2021-10-09T10-36-36-966Z.xml Special Watchlist 1633797398 2.458 2 0 0 2
136992 9996 9996 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8543/artifact/log/WDIO.xunit-2021-10-09T10-36-41-750Z.xml BlankPage 1633797402 0.674 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 1593.076ms