home / tests

testsuites

11 rows where build_id = 25731

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
292703 25731 25731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6613/artifact/log/WDIO.xunit-2025-04-02T06-09-59-884Z-6f91b906.xml Special SpecialPages 1743595800 2.292 1 0 0 0
292704 25731 25731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6613/artifact/log/WDIO.xunit-2025-04-02T06-09-59-884Z-a28eb1b6.xml User 1743595800 3.94 1 0 0 0
292705 25731 25731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6613/artifact/log/WDIO.xunit-2025-04-02T06-09-59-900Z-60817dcf.xml Main page 1743595800 2.296 1 0 0 0
292706 25731 25731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6613/artifact/log/WDIO.xunit-2025-04-02T06-09-59-911Z-96fc68c2.xml Main page 1743595800 2.087 1 0 0 0
292707 25731 25731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6613/artifact/log/WDIO.xunit-2025-04-02T06-10-03-703Z-ca6709fe.xml Main Page 1743595804 0.888 1 0 0 0
292708 25731 25731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6613/artifact/log/WDIO.xunit-2025-04-02T06-10-03-801Z-747618d9.xml Page 1743595804 22.943 9 0 0 0
292709 25731 25731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6613/artifact/log/WDIO.xunit-2025-04-02T06-10-03-822Z-3594c3f5.xml API 1743595804 0.471 2 0 0 0
292710 25731 25731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6613/artifact/log/WDIO.xunit-2025-04-02T06-10-05-427Z-32515a5b.xml Special RecentChanges 1743595806 3.417 1 0 0 0
292711 25731 25731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6613/artifact/log/WDIO.xunit-2025-04-02T06-10-05-803Z-f8f36e3f.xml User 1743595806 12.123 5 0 0 0
292712 25731 25731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6613/artifact/log/WDIO.xunit-2025-04-02T06-10-05-941Z-b58d89dc.xml Special Watchlist 1743595806 0.261 1 0 0 1
292713 25731 25731 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6613/artifact/log/WDIO.xunit-2025-04-02T06-10-07-847Z-516814bc.xml BlankPage 1743595808 0.815 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 1565.868ms