home / tests

testsuites

4 rows where build_id = 19229

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
225773 19229 19229 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2678/artifact/log/WDIO.xunit-2024-02-16T00-59-48-328Z.xml Page 1708070389 24.939 9 0 0 0
225774 19229 19229 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2678/artifact/log/WDIO.xunit-2024-02-16T00-59-48-375Z.xml Special Watchlist 1708070389 0.432 1 0 0 1
225775 19229 19229 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2678/artifact/log/WDIO.xunit-2024-02-16T00-59-48-430Z.xml User 1708070389 6.87 2 0 0 0
225776 19229 19229 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2678/artifact/log/WDIO.xunit-2024-02-16T00-59-51-545Z.xml BlankPage 1708070393 0.937 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 1665.225ms