home / tests

testsuites

5 rows where build_id = 22605

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
258575 22605 22605 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/125/artifact/log/WDIO.xunit-2024-06-16T13-07-44-049Z.xml User 1718564865 6.035 2 0 0 0
258576 22605 22605 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/125/artifact/log/WDIO.xunit-2024-06-16T13-07-44-096Z.xml Page 1718564865 23.408 9 0 0 0
258577 22605 22605 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/125/artifact/log/WDIO.xunit-2024-06-16T13-07-44-111Z.xml Special RecentChanges 1718564865 2.91 1 0 0 0
258578 22605 22605 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/125/artifact/log/WDIO.xunit-2024-06-16T13-07-44-115Z.xml Special Watchlist 1718564865 0.495 1 0 0 1
258579 22605 22605 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/125/artifact/log/WDIO.xunit-2024-06-16T13-07-47-013Z.xml BlankPage 1718564868 0.843 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 1547.57ms