home / tests

testsuites

5 rows where build_id = 9997

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136993 9997 9997 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8542/artifact/log/WDIO.xunit-2021-10-09T10-35-14-993Z.xml Page 1633797316 0.827 17 0 0 17
136994 9997 9997 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8542/artifact/log/WDIO.xunit-2021-10-09T10-35-18-461Z.xml Special RecentChanges 1633797319 0.716 2 0 0 2
136995 9997 9997 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8542/artifact/log/WDIO.xunit-2021-10-09T10-35-21-817Z.xml User 1633797323 5.543 2 0 0 0
136996 9997 9997 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8542/artifact/log/WDIO.xunit-2021-10-09T10-35-30-404Z.xml Special Watchlist 1633797331 2.747 2 0 0 2
136997 9997 9997 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8542/artifact/log/WDIO.xunit-2021-10-09T10-35-36-094Z.xml BlankPage 1633797337 0.741 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 1591.836ms