home / tests

testsuites

4 rows where build_id = 14960

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
190771 14960 14960 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8885/artifact/log/WDIO.xunit-2023-09-26T05-56-49-732Z.xml Page 1695729411 0.494 17 0 0 17
190772 14960 14960 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8885/artifact/log/WDIO.xunit-2023-09-26T05-56-49-741Z.xml Special Watchlist 1695729410 1.594 2 0 0 2
190773 14960 14960 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8885/artifact/log/WDIO.xunit-2023-09-26T05-56-49-744Z.xml User 1695729410 5.847 2 0 0 0
190774 14960 14960 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8885/artifact/log/WDIO.xunit-2023-09-26T05-56-52-356Z.xml BlankPage 1695729413 0.647 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 3112.015ms