home / tests

testsuites

4 rows where build_id = 20412

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
237820 20412 20412 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/239/artifact/log/WDIO.xunit-2024-05-07T11-15-46-720Z.xml Page 1715102148 0.604 17 0 0 17
237821 20412 20412 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/239/artifact/log/WDIO.xunit-2024-05-07T11-15-46-721Z.xml User 1715102147 4.892 2 0 0 0
237822 20412 20412 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/239/artifact/log/WDIO.xunit-2024-05-07T11-15-46-724Z.xml Special RecentChanges 1715102147 0.867 2 0 0 2
237823 20412 20412 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/239/artifact/log/WDIO.xunit-2024-05-07T11-15-49-434Z.xml BlankPage 1715102150 0.633 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.643ms