home / tests

testsuites

4 rows where build_id = 15119

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192206 15119 15119 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67343/artifact/log/WDIO.xunit-2023-09-26T19-48-23-068Z.xml Special Watchlist 1695779304 0.515 1 0 0 1
192207 15119 15119 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67343/artifact/log/WDIO.xunit-2023-09-26T19-48-23-071Z.xml User 1695779304 6.973 2 0 0 0
192208 15119 15119 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67343/artifact/log/WDIO.xunit-2023-09-26T19-48-23-072Z.xml Page 1695779304 27.616 9 0 0 0
192209 15119 15119 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67343/artifact/log/WDIO.xunit-2023-09-26T19-48-26-106Z.xml BlankPage 1695779307 0.735 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 1623.279ms