home / tests

testsuites

11 rows where build_id = 25733

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
292725 25733 25733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6611/artifact/log/WDIO.xunit-2025-04-02T00-41-15-753Z-ecbc8a4a.xml Special SpecialPages 1743576078 4.22 1 0 0 0
292726 25733 25733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6611/artifact/log/WDIO.xunit-2025-04-02T00-41-15-784Z-2aab98c7.xml User 1743576078 7.841 1 0 0 0
292727 25733 25733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6611/artifact/log/WDIO.xunit-2025-04-02T00-41-15-825Z-b7e48d69.xml Main page 1743576078 3.815 1 0 0 0
292728 25733 25733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6611/artifact/log/WDIO.xunit-2025-04-02T00-41-15-831Z-7560ff72.xml Main page 1743576077 3.985 1 0 0 0
292729 25733 25733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6611/artifact/log/WDIO.xunit-2025-04-02T00-41-23-521Z-bbd5567a.xml API 1743576086 0.879 2 0 0 0
292730 25733 25733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6611/artifact/log/WDIO.xunit-2025-04-02T00-41-23-561Z-bcb89740.xml Main Page 1743576086 1.827 1 0 0 0
292731 25733 25733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6611/artifact/log/WDIO.xunit-2025-04-02T00-41-23-584Z-4c37bbb5.xml Page 1743576085 42.04 9 0 0 0
292732 25733 25733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6611/artifact/log/WDIO.xunit-2025-04-02T00-41-26-978Z-b8697438.xml Special RecentChanges 1743576088 7.665 1 0 0 0
292733 25733 25733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6611/artifact/log/WDIO.xunit-2025-04-02T00-41-28-237Z-48224cb3.xml User 1743576090 23.814 5 0 0 0
292734 25733 25733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6611/artifact/log/WDIO.xunit-2025-04-02T00-41-29-344Z-af73f528.xml Special Watchlist 1743576091 0.521 1 0 0 1
292735 25733 25733 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6611/artifact/log/WDIO.xunit-2025-04-02T00-41-33-397Z-e5b407b2.xml BlankPage 1743576095 2.044 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 1647.055ms