home / tests

testsuites

11 rows where build_id = 25732

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
292714 25732 25732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6612/artifact/log/WDIO.xunit-2025-04-02T00-57-37-919Z-fac91b16.xml User 1743577058 3.591 1 0 0 0
292715 25732 25732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6612/artifact/log/WDIO.xunit-2025-04-02T00-57-37-920Z-79a1af5f.xml Main page 1743577058 1.803 1 0 0 0
292716 25732 25732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6612/artifact/log/WDIO.xunit-2025-04-02T00-57-37-932Z-05b0e159.xml Special SpecialPages 1743577058 2.107 1 0 0 0
292717 25732 25732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6612/artifact/log/WDIO.xunit-2025-04-02T00-57-37-993Z-95639c67.xml Main page 1743577058 2.375 1 0 0 0
292718 25732 25732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6612/artifact/log/WDIO.xunit-2025-04-02T00-57-41-617Z-62e58975.xml Main Page 1743577062 0.834 1 0 0 0
292719 25732 25732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6612/artifact/log/WDIO.xunit-2025-04-02T00-57-41-759Z-25d44439.xml API 1743577062 0.443 2 0 0 0
292720 25732 25732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6612/artifact/log/WDIO.xunit-2025-04-02T00-57-41-994Z-7705c002.xml Page 1743577063 22.744 9 0 0 0
292721 25732 25732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6612/artifact/log/WDIO.xunit-2025-04-02T00-57-43-265Z-d700ea07.xml Special RecentChanges 1743577064 3.56 1 0 0 0
292722 25732 25732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6612/artifact/log/WDIO.xunit-2025-04-02T00-57-43-809Z-549923ad.xml User 1743577064 11.515 5 0 0 0
292723 25732 25732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6612/artifact/log/WDIO.xunit-2025-04-02T00-57-44-057Z-2fffa95e.xml Special Watchlist 1743577065 0.35 1 0 0 1
292724 25732 25732 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6612/artifact/log/WDIO.xunit-2025-04-02T00-57-46-266Z-8bdc7de4.xml BlankPage 1743577067 0.879 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 1618.725ms