home / tests

testsuites

5 rows where build_id = 16565

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200035 16565 16565 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2347/artifact/log/WDIO.xunit-2024-01-12T00-57-57-126Z.xml Page 1705046278 26.136 9 0 0 0
200036 16565 16565 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2347/artifact/log/WDIO.xunit-2024-01-12T00-57-57-148Z.xml User 1705046279 7.913 2 0 0 0
200037 16565 16565 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2347/artifact/log/WDIO.xunit-2024-01-12T00-57-57-153Z.xml Special Watchlist 1705046279 0.634 1 0 0 1
200038 16565 16565 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2347/artifact/log/WDIO.xunit-2024-01-12T00-57-57-185Z.xml Special RecentChanges 1705046279 5.706 1 0 0 0
200039 16565 16565 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2347/artifact/log/WDIO.xunit-2024-01-12T00-58-01-690Z.xml BlankPage 1705046283 0.997 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 1620.841ms