home / tests

testsuites

5 rows where build_id = 22413

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255544 22413 22413 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/525/artifact/log/WDIO.xunit-2024-06-16T14-22-58-629Z.xml Page 1718569379 22.057 9 0 0 0
255545 22413 22413 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/525/artifact/log/WDIO.xunit-2024-06-16T14-22-58-663Z.xml User 1718569379 5.46 2 0 0 0
255546 22413 22413 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/525/artifact/log/WDIO.xunit-2024-06-16T14-22-58-682Z.xml Special Watchlist 1718569380 0.386 1 0 0 1
255547 22413 22413 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/525/artifact/log/WDIO.xunit-2024-06-16T14-22-58-683Z.xml Special RecentChanges 1718569379 2.926 1 0 0 0
255548 22413 22413 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/525/artifact/log/WDIO.xunit-2024-06-16T14-23-01-260Z.xml BlankPage 1718569382 0.619 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 1632.312ms