home / tests

testsuites

4 rows where build_id = 22401

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255485 22401 22401 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/537/artifact/log/WDIO.xunit-2024-06-16T14-58-19-607Z.xml Page 1718571500 23.44 9 0 0 0
255486 22401 22401 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/537/artifact/log/WDIO.xunit-2024-06-16T14-58-19-608Z.xml Special Watchlist 1718571500 0.501 1 0 0 1
255487 22401 22401 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/537/artifact/log/WDIO.xunit-2024-06-16T14-58-19-684Z.xml User 1718571500 5.59 2 0 0 0
255488 22401 22401 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/537/artifact/log/WDIO.xunit-2024-06-16T14-58-22-039Z.xml BlankPage 1718571502 0.811 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 1616.246ms