home / tests

testsuites

4 rows where build_id = 22416

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255558 22416 22416 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/522/artifact/log/WDIO.xunit-2024-06-16T14-08-02-547Z.xml User 1718568483 5.815 2 0 0 0
255559 22416 22416 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/522/artifact/log/WDIO.xunit-2024-06-16T14-08-02-549Z.xml Special RecentChanges 1718568483 3.172 1 0 0 0
255560 22416 22416 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/522/artifact/log/WDIO.xunit-2024-06-16T14-08-02-579Z.xml Page 1718568483 22.322 9 0 0 0
255561 22416 22416 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/522/artifact/log/WDIO.xunit-2024-06-16T14-08-05-412Z.xml BlankPage 1718568486 0.761 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 1619.395ms