home / tests

testsuites

5 rows where build_id = 17677

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
204536 17677 17677 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/491/artifact/log/WDIO.xunit-2024-01-26T23-56-46-047Z.xml User 1706338607 5.814 2 0 0 0
204537 17677 17677 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/491/artifact/log/WDIO.xunit-2024-01-26T23-56-46-051Z.xml Page 1706338607 23.728 9 0 0 0
204538 17677 17677 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/491/artifact/log/WDIO.xunit-2024-01-26T23-56-46-078Z.xml Special RecentChanges 1706338607 2.913 1 0 0 0
204539 17677 17677 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/491/artifact/log/WDIO.xunit-2024-01-26T23-56-46-177Z.xml Special Watchlist 1706338607 0.391 1 0 0 1
204540 17677 17677 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/491/artifact/log/WDIO.xunit-2024-01-26T23-56-48-524Z.xml BlankPage 1706338609 0.79 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 2187.166ms