home / tests

testsuites

4 rows where build_id = 14965

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
190810 14965 14965 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8874/artifact/log/WDIO.xunit-2023-09-24T16-21-19-581Z.xml Page 1695594080 23.363 9 0 0 0
190811 14965 14965 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8874/artifact/log/WDIO.xunit-2023-09-24T16-21-19-586Z.xml User 1695594080 5.719 2 0 0 0
190812 14965 14965 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8874/artifact/log/WDIO.xunit-2023-09-24T16-21-19-588Z.xml Special Watchlist 1695594080 0.803 1 0 0 1
190813 14965 14965 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8874/artifact/log/WDIO.xunit-2023-09-24T16-21-22-226Z.xml BlankPage 1695594083 0.919 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 1536.476ms