home / tests

testsuites

5 rows where build_id = 16553

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
199908 16553 16553 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2359/artifact/log/WDIO.xunit-2024-01-13T01-01-03-431Z.xml Special Watchlist 1705132864 0.552 1 0 0 1
199909 16553 16553 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2359/artifact/log/WDIO.xunit-2024-01-13T01-01-03-480Z.xml Special RecentChanges 1705132865 3.902 1 0 0 0
199910 16553 16553 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2359/artifact/log/WDIO.xunit-2024-01-13T01-01-03-489Z.xml Page 1705132864 25.704 9 0 0 0
199911 16553 16553 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2359/artifact/log/WDIO.xunit-2024-01-13T01-01-03-589Z.xml User 1705132864 7.054 2 0 0 0
199912 16553 16553 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2359/artifact/log/WDIO.xunit-2024-01-13T01-01-06-661Z.xml BlankPage 1705132868 0.965 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 1629.586ms