home / tests

testsuites

4 rows where build_id = 22396

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255461 22396 22396 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/542/artifact/log/WDIO.xunit-2024-06-16T15-16-21-147Z.xml Page 1718572582 21.179 9 0 0 0
255462 22396 22396 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/542/artifact/log/WDIO.xunit-2024-06-16T15-16-21-159Z.xml Special Watchlist 1718572582 0.431 1 0 0 1
255463 22396 22396 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/542/artifact/log/WDIO.xunit-2024-06-16T15-16-21-168Z.xml Special RecentChanges 1718572582 2.948 1 0 0 0
255464 22396 22396 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/542/artifact/log/WDIO.xunit-2024-06-16T15-16-23-680Z.xml BlankPage 1718572585 0.777 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 1631.218ms