home / tests

testsuites

5 rows where build_id = 9998

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136998 9998 9998 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8538/artifact/log/WDIO.xunit-2021-10-09T10-34-12-027Z.xml Page 1633797253 7.347 17 0 0 17
136999 9998 9998 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8538/artifact/log/WDIO.xunit-2021-10-09T10-34-21-895Z.xml Special RecentChanges 1633797262 2.03 2 0 0 2
137000 9998 9998 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8538/artifact/log/WDIO.xunit-2021-10-09T10-34-26-381Z.xml User 1633797267 5.769 2 0 0 0
137001 9998 9998 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8538/artifact/log/WDIO.xunit-2021-10-09T10-34-35-108Z.xml Special Watchlist 1633797276 2.474 2 0 0 2
137002 9998 9998 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8538/artifact/log/WDIO.xunit-2021-10-09T10-34-40-297Z.xml BlankPage 1633797281 0.652 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.687ms