home / tests

testsuites

5 rows where build_id = 22600

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258550 22600 22600 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/130/artifact/log/WDIO.xunit-2024-06-16T13-28-03-840Z.xml Special Watchlist 1718566084 0.381 1 0 0 1
258551 22600 22600 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/130/artifact/log/WDIO.xunit-2024-06-16T13-28-03-844Z.xml Page 1718566084 22.948 9 0 0 0
258552 22600 22600 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/130/artifact/log/WDIO.xunit-2024-06-16T13-28-03-863Z.xml Special RecentChanges 1718566084 3.11 1 0 0 0
258553 22600 22600 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/130/artifact/log/WDIO.xunit-2024-06-16T13-28-03-904Z.xml User 1718566084 5.805 2 0 0 0
258554 22600 22600 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/130/artifact/log/WDIO.xunit-2024-06-16T13-28-06-136Z.xml BlankPage 1718566087 0.731 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 1682.851ms