home / tests

testsuites

11 rows where build_id = 25742

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
293048 25742 25742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6601/artifact/log/WDIO.xunit-2025-04-01T19-17-25-453Z-11261ce6.xml Special SpecialPages 1743556646 2.834 1 0 0 0
293049 25742 25742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6601/artifact/log/WDIO.xunit-2025-04-01T19-17-25-496Z-44f20428.xml User 1743556646 4.406 1 0 0 0
293050 25742 25742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6601/artifact/log/WDIO.xunit-2025-04-01T19-17-25-554Z-1869cd01.xml Main page 1743556646 2.357 1 0 0 0
293051 25742 25742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6601/artifact/log/WDIO.xunit-2025-04-01T19-17-25-578Z-f3f90501.xml Main page 1743556646 2.453 1 0 0 0
293052 25742 25742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6601/artifact/log/WDIO.xunit-2025-04-01T19-17-29-886Z-147d0fd9.xml Main Page 1743556651 1.372 1 0 0 0
293053 25742 25742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6601/artifact/log/WDIO.xunit-2025-04-01T19-17-30-427Z-332e4269.xml API 1743556652 0.483 2 0 0 0
293054 25742 25742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6601/artifact/log/WDIO.xunit-2025-04-01T19-17-30-550Z-d61b4ade.xml Page 1743556652 26.238 9 0 0 0
293055 25742 25742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6601/artifact/log/WDIO.xunit-2025-04-01T19-17-32-470Z-7cf0bee8.xml Special RecentChanges 1743556653 5.167 1 0 0 0
293056 25742 25742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6601/artifact/log/WDIO.xunit-2025-04-01T19-17-33-400Z-b75b288a.xml User 1743556654 13.37 5 0 0 0
293057 25742 25742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6601/artifact/log/WDIO.xunit-2025-04-01T19-17-33-528Z-b2bbaa86.xml Special Watchlist 1743556654 0.391 1 0 0 1
293058 25742 25742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6601/artifact/log/WDIO.xunit-2025-04-01T19-17-36-168Z-1fe15c86.xml BlankPage 1743556657 0.89 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 1631.671ms