home / tests

testsuites

4 rows where build_id = 22592

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests

id ▼ build_id url name timestamp time tests failures errors skipped
258514 22592 22592 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/138/artifact/log/WDIO.xunit-2024-06-16T13-56-43-192Z.xml User 1718567804 6.174 2 0 0 0
258515 22592 22592 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/138/artifact/log/WDIO.xunit-2024-06-16T13-56-43-213Z.xml Page 1718567804 25.195 9 0 0 0
258516 22592 22592 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/138/artifact/log/WDIO.xunit-2024-06-16T13-56-43-215Z.xml Special RecentChanges 1718567804 3.343 1 0 0 0
258517 22592 22592 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/138/artifact/log/WDIO.xunit-2024-06-16T13-56-45-612Z.xml BlankPage 1718567807 0.88 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 1627.633ms