home / tests

testsuites

5 rows where build_id = 16546

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
199875 16546 16546 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2367/artifact/log/WDIO.xunit-2024-01-14T02-01-57-554Z.xml User 1705222919 11.315 2 0 0 0
199876 16546 16546 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2367/artifact/log/WDIO.xunit-2024-01-14T02-01-57-600Z.xml Special Watchlist 1705222919 0.792 1 0 0 1
199877 16546 16546 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2367/artifact/log/WDIO.xunit-2024-01-14T02-01-57-636Z.xml Page 1705222919 37.583 9 0 0 0
199878 16546 16546 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2367/artifact/log/WDIO.xunit-2024-01-14T02-01-57-702Z.xml Special RecentChanges 1705222919 5.713 1 0 0 0
199879 16546 16546 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2367/artifact/log/WDIO.xunit-2024-01-14T02-02-01-944Z.xml BlankPage 1705222924 1.755 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 1781.937ms