home / tests

testsuites

4 rows where build_id = 15118

✎ 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
192202 15118 15118 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67344/artifact/log/WDIO.xunit-2023-09-26T19-49-37-366Z.xml User 1695779378 7.174 2 0 0 0
192203 15118 15118 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67344/artifact/log/WDIO.xunit-2023-09-26T19-49-37-388Z.xml Page 1695779378 24.772 9 0 0 0
192204 15118 15118 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67344/artifact/log/WDIO.xunit-2023-09-26T19-49-37-502Z.xml Special Watchlist 1695779378 0.89 1 0 0 1
192205 15118 15118 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67344/artifact/log/WDIO.xunit-2023-09-26T19-49-40-661Z.xml BlankPage 1695779382 1.187 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 2353.44ms