home / tests

testsuites

10 rows where build_id = 25717

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
292281 25717 25717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6632/artifact/log/WDIO.xunit-2025-04-03T12-26-31-199Z-907b6f4c.xml User 1743704793 6.615 1 0 0 0
292282 25717 25717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6632/artifact/log/WDIO.xunit-2025-04-03T12-26-31-199Z-91ea03b3.xml Special SpecialPages 1743704793 4.21 1 0 0 0
292283 25717 25717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6632/artifact/log/WDIO.xunit-2025-04-03T12-26-31-210Z-b72342c6.xml Main page 1743704793 3.773 1 0 0 0
292284 25717 25717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6632/artifact/log/WDIO.xunit-2025-04-03T12-26-31-246Z-52d543d7.xml Main page 1743704793 3.787 1 0 0 0
292285 25717 25717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6632/artifact/log/WDIO.xunit-2025-04-03T12-26-38-320Z-cbd1ab38.xml Main Page 1743704799 1.222 1 0 0 0
292286 25717 25717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6632/artifact/log/WDIO.xunit-2025-04-03T12-26-38-402Z-026fb138.xml API 1743704799 0.541 2 0 0 0
292287 25717 25717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6632/artifact/log/WDIO.xunit-2025-04-03T12-26-40-646Z-d4ba44be.xml Special RecentChanges 1743704801 5.837 1 0 0 0
292288 25717 25717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6632/artifact/log/WDIO.xunit-2025-04-03T12-26-41-010Z-3e4d15ee.xml Special Watchlist 1743704801 0.445 1 0 0 1
292289 25717 25717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6632/artifact/log/WDIO.xunit-2025-04-03T12-26-41-090Z-1a574323.xml User 1743704802 18.657 5 0 0 0
292290 25717 25717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6632/artifact/log/WDIO.xunit-2025-04-03T12-26-43-040Z-c3bad451.xml BlankPage 1743704804 1.259 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 1627.542ms