home / tests

testsuites

4 rows where build_id = 26664

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, timestamp, tests, failures

id ▼ build_id url name timestamp time tests failures errors skipped
302966 26664 26664 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81/7897/artifact/log/WDIO.xunit-2025-04-04T15-25-56-834Z-e9b39c5c.xml IPInfo on Special Contributions 1743801958 58.048 7 6 6 0
302967 26664 26664 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81/7897/artifact/log/WDIO.xunit-2025-04-04T15-25-56-875Z-a9d7f721.xml IPInfo on Special IPContributions 1743801958 26.309 3 2 2 0
302968 26664 26664 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81/7897/artifact/log/WDIO.xunit-2025-04-04T15-26-25-449Z-fccaf1da.xml IPInfo on Special IPContributions 1743801986 22.951 3 2 2 0
302969 26664 26664 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php81/7897/artifact/log/WDIO.xunit-2025-04-04T15-26-57-279Z-bde18b1b.xml IPInfo on Special Contributions 1743802018 53.966 7 6 6 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 1523.72ms