home / tests

testsuites

5 rows where build_id = 16572

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200070 16572 16572 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2340/artifact/log/WDIO.xunit-2024-01-11T22-51-04-449Z.xml Page 1705038666 29.23 9 0 0 0
200071 16572 16572 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2340/artifact/log/WDIO.xunit-2024-01-11T22-51-04-497Z.xml Special Watchlist 1705038666 0.542 1 0 0 1
200072 16572 16572 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2340/artifact/log/WDIO.xunit-2024-01-11T22-51-04-615Z.xml Special RecentChanges 1705038666 4.849 1 0 0 0
200073 16572 16572 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2340/artifact/log/WDIO.xunit-2024-01-11T22-51-04-616Z.xml User 1705038666 9.212 2 0 0 0
200074 16572 16572 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2340/artifact/log/WDIO.xunit-2024-01-11T22-51-08-349Z.xml BlankPage 1705038670 0.983 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 1668.874ms