home / tests

testsuites

4 rows where build_id = 20785

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244685 20785 20785 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8478/artifact/log/WDIO.xunit-2024-05-09T14-53-09-116Z.xml Page 1715287990 25.608 9 0 0 0
244686 20785 20785 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8478/artifact/log/WDIO.xunit-2024-05-09T14-53-09-127Z.xml Special Watchlist 1715287990 1.004 1 0 0 1
244687 20785 20785 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8478/artifact/log/WDIO.xunit-2024-05-09T14-53-09-151Z.xml Special RecentChanges 1715287990 5.111 1 0 0 0
244688 20785 20785 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8478/artifact/log/WDIO.xunit-2024-05-09T14-53-12-178Z.xml BlankPage 1715287993 1.094 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 1627.803ms