home / tests

testsuites

11 rows where build_id = 25728

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
292670 25728 25728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6617/artifact/log/WDIO.xunit-2025-04-02T13-58-39-914Z-f06adfd7.xml User 1743623921 6.186 1 0 0 0
292671 25728 25728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6617/artifact/log/WDIO.xunit-2025-04-02T13-58-39-962Z-32c39d02.xml Special SpecialPages 1743623920 3.41 1 0 0 0
292672 25728 25728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6617/artifact/log/WDIO.xunit-2025-04-02T13-58-39-977Z-22e65ddb.xml Main page 1743623921 3.394 1 0 0 0
292673 25728 25728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6617/artifact/log/WDIO.xunit-2025-04-02T13-58-40-027Z-f9482d5e.xml Main page 1743623921 2.898 1 0 0 0
292674 25728 25728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6617/artifact/log/WDIO.xunit-2025-04-02T13-58-45-226Z-6964c94f.xml Main Page 1743623927 1.448 1 0 0 0
292675 25728 25728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6617/artifact/log/WDIO.xunit-2025-04-02T13-58-45-470Z-c3ff22f1.xml API 1743623926 0.738 2 0 0 0
292676 25728 25728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6617/artifact/log/WDIO.xunit-2025-04-02T13-58-45-648Z-3d7ad67f.xml Page 1743623927 33.193 9 0 0 0
292677 25728 25728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6617/artifact/log/WDIO.xunit-2025-04-02T13-58-48-289Z-ffa685b8.xml User 1743623929 18.196 5 0 0 0
292678 25728 25728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6617/artifact/log/WDIO.xunit-2025-04-02T13-58-48-384Z-1550c901.xml Special RecentChanges 1743623929 6.719 1 0 0 0
292679 25728 25728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6617/artifact/log/WDIO.xunit-2025-04-02T13-58-49-489Z-578de38a.xml Special Watchlist 1743623931 0.638 1 0 0 1
292680 25728 25728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6617/artifact/log/WDIO.xunit-2025-04-02T13-58-53-400Z-8ba3cbd5.xml BlankPage 1743623935 1.328 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 1614.119ms