home / tests

testsuites

5 rows where build_id = 22526

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
257787 22526 22526 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/941/artifact/log/WDIO.xunit-2024-06-16T11-20-08-928Z.xml User 1718558410 6.868 2 0 0 0
257788 22526 22526 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/941/artifact/log/WDIO.xunit-2024-06-16T11-20-08-938Z.xml Special Watchlist 1718558410 0.931 1 0 0 1
257789 22526 22526 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/941/artifact/log/WDIO.xunit-2024-06-16T11-20-08-972Z.xml Page 1718558410 24.733 9 0 0 0
257790 22526 22526 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/941/artifact/log/WDIO.xunit-2024-06-16T11-20-09-022Z.xml Special RecentChanges 1718558410 3.753 1 0 0 0
257791 22526 22526 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/941/artifact/log/WDIO.xunit-2024-06-16T11-20-11-953Z.xml BlankPage 1718558413 0.801 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.557ms