home / tests

testsuites

11 rows where build_id = 25713

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
292136 25713 25713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6638/artifact/log/WDIO.xunit-2025-04-04T01-36-29-875Z-760f8c6f.xml Main page 1743752191 1.799 1 0 0 0
292137 25713 25713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6638/artifact/log/WDIO.xunit-2025-04-04T01-36-29-876Z-29e7766d.xml Main page 1743752191 1.847 1 0 0 0
292138 25713 25713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6638/artifact/log/WDIO.xunit-2025-04-04T01-36-29-893Z-cb2fbf84.xml Special SpecialPages 1743752191 2.177 1 0 0 0
292139 25713 25713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6638/artifact/log/WDIO.xunit-2025-04-04T01-36-29-929Z-2ccf97bb.xml User 1743752190 3.731 1 0 0 0
292140 25713 25713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6638/artifact/log/WDIO.xunit-2025-04-04T01-36-33-690Z-34009a0e.xml API 1743752194 0.43 2 0 0 0
292141 25713 25713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6638/artifact/log/WDIO.xunit-2025-04-04T01-36-33-739Z-4011fd04.xml Main Page 1743752194 0.73 1 0 0 0
292142 25713 25713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6638/artifact/log/WDIO.xunit-2025-04-04T01-36-33-925Z-a83f3753.xml Page 1743752194 22.248 9 0 0 0
292143 25713 25713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6638/artifact/log/WDIO.xunit-2025-04-04T01-36-35-313Z-453d6641.xml Special RecentChanges 1743752196 3.329 1 0 0 0
292144 25713 25713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6638/artifact/log/WDIO.xunit-2025-04-04T01-36-35-811Z-d342bcb8.xml User 1743752196 11.037 5 0 0 0
292145 25713 25713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6638/artifact/log/WDIO.xunit-2025-04-04T01-36-35-993Z-dbd6152b.xml Special Watchlist 1743752197 0.31 1 0 0 1
292146 25713 25713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6638/artifact/log/WDIO.xunit-2025-04-04T01-36-38-074Z-6c8edfaf.xml BlankPage 1743752198 0.813 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 1639.493ms