home / tests

testsuites

11 rows where build_id = 27100

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
311225 27100 27100 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6644/artifact/log/WDIO.xunit-2025-04-04T17-24-00-432Z-194c7983.xml Main page 1743809041 2.307 1 0 0 0
311226 27100 27100 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6644/artifact/log/WDIO.xunit-2025-04-04T17-24-00-467Z-4bbad4f9.xml Main page 1743809041 2.875 1 0 0 0
311227 27100 27100 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6644/artifact/log/WDIO.xunit-2025-04-04T17-24-00-472Z-3d1ad153.xml User 1743809041 4.662 1 0 0 0
311228 27100 27100 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6644/artifact/log/WDIO.xunit-2025-04-04T17-24-00-581Z-4352030d.xml Special SpecialPages 1743809041 3.124 1 0 0 0
311229 27100 27100 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6644/artifact/log/WDIO.xunit-2025-04-04T17-24-04-849Z-1169566f.xml Main Page 1743809046 0.753 1 0 0 0
311230 27100 27100 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6644/artifact/log/WDIO.xunit-2025-04-04T17-24-05-438Z-e6af296b.xml API 1743809046 0.431 2 0 0 0
311231 27100 27100 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6644/artifact/log/WDIO.xunit-2025-04-04T17-24-05-572Z-c9c1f647.xml Page 1743809046 26.908 9 0 0 0
311232 27100 27100 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6644/artifact/log/WDIO.xunit-2025-04-04T17-24-07-108Z-ee5c597f.xml Special RecentChanges 1743809048 5.31 1 0 0 0
311233 27100 27100 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6644/artifact/log/WDIO.xunit-2025-04-04T17-24-07-953Z-0783b01b.xml User 1743809049 14.512 5 0 0 0
311234 27100 27100 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6644/artifact/log/WDIO.xunit-2025-04-04T17-24-07-991Z-9a2ad4dc.xml Special Watchlist 1743809049 0.295 1 0 0 1
311235 27100 27100 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6644/artifact/log/WDIO.xunit-2025-04-04T17-24-10-662Z-3beaf64f.xml BlankPage 1743809052 1.137 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 1640.746ms