home / tests

testsuites

5 rows where build_id = 16575

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200084 16575 16575 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2337/artifact/log/WDIO.xunit-2024-01-11T22-31-57-227Z.xml Page 1705037518 42.599 9 0 0 0
200085 16575 16575 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2337/artifact/log/WDIO.xunit-2024-01-11T22-31-57-231Z.xml User 1705037518 10.397 2 0 0 0
200086 16575 16575 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2337/artifact/log/WDIO.xunit-2024-01-11T22-31-57-316Z.xml Special Watchlist 1705037519 0.804 1 0 0 1
200087 16575 16575 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2337/artifact/log/WDIO.xunit-2024-01-11T22-31-57-352Z.xml Special RecentChanges 1705037518 5.095 1 0 0 0
200088 16575 16575 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2337/artifact/log/WDIO.xunit-2024-01-11T22-32-01-683Z.xml BlankPage 1705037523 1.413 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 1609.529ms