home / tests

testsuites

5 rows where build_id = 22595

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258528 22595 22595 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/135/artifact/log/WDIO.xunit-2024-06-16T13-46-54-649Z.xml Special RecentChanges 1718567215 2.812 1 0 0 0
258529 22595 22595 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/135/artifact/log/WDIO.xunit-2024-06-16T13-46-54-655Z.xml User 1718567215 5.246 2 0 0 0
258530 22595 22595 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/135/artifact/log/WDIO.xunit-2024-06-16T13-46-54-669Z.xml Page 1718567215 21.478 9 0 0 0
258531 22595 22595 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/135/artifact/log/WDIO.xunit-2024-06-16T13-46-54-712Z.xml Special Watchlist 1718567215 0.402 1 0 0 1
258532 22595 22595 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/135/artifact/log/WDIO.xunit-2024-06-16T13-46-56-915Z.xml BlankPage 1718567217 0.79 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 1628.682ms