home / tests

testsuites

11 rows where build_id = 25754

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
293467 25754 25754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6585/artifact/log/WDIO.xunit-2025-03-31T12-36-30-514Z-de612ee2.xml Main page 1743446191 3.15 1 0 0 0
293468 25754 25754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6585/artifact/log/WDIO.xunit-2025-03-31T12-36-30-520Z-f9fa30f1.xml User 1743446191 4.952 1 0 0 0
293469 25754 25754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6585/artifact/log/WDIO.xunit-2025-03-31T12-36-30-550Z-46499f1a.xml Main page 1743446191 3.437 1 0 0 0
293470 25754 25754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6585/artifact/log/WDIO.xunit-2025-03-31T12-36-30-564Z-39a2821e.xml Special SpecialPages 1743446191 3.193 1 0 0 0
293471 25754 25754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6585/artifact/log/WDIO.xunit-2025-03-31T12-36-35-951Z-d4292d13.xml Page 1743446197 30.435 9 0 0 0
293472 25754 25754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6585/artifact/log/WDIO.xunit-2025-03-31T12-36-35-959Z-f35ca017.xml Main Page 1743446197 0.9 1 0 0 0
293473 25754 25754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6585/artifact/log/WDIO.xunit-2025-03-31T12-36-36-003Z-4eb865b5.xml API 1743446197 0.509 2 0 0 0
293474 25754 25754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6585/artifact/log/WDIO.xunit-2025-03-31T12-36-37-566Z-4fbd3696.xml Special RecentChanges 1743446198 5.67 1 0 0 0
293475 25754 25754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6585/artifact/log/WDIO.xunit-2025-03-31T12-36-39-049Z-013828dc.xml User 1743446200 15.802 5 0 0 0
293476 25754 25754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6585/artifact/log/WDIO.xunit-2025-03-31T12-36-39-200Z-715266fc.xml Special Watchlist 1743446200 0.489 1 0 0 1
293477 25754 25754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6585/artifact/log/WDIO.xunit-2025-03-31T12-36-42-052Z-9e79d8a3.xml BlankPage 1743446203 1.113 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 1622.466ms