home / tests

testsuites

5 rows where build_id = 19325

✎ 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
227084 19325 19325 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2037/artifact/log/WDIO.xunit-2024-02-14T05-07-12-193Z.xml Special RecentChanges 1707912433 3.324 1 0 0 0
227085 19325 19325 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2037/artifact/log/WDIO.xunit-2024-02-14T05-07-12-201Z.xml User 1707912433 5.891 2 0 0 0
227086 19325 19325 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2037/artifact/log/WDIO.xunit-2024-02-14T05-07-12-258Z.xml Special Watchlist 1707912433 0.427 1 0 0 1
227087 19325 19325 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2037/artifact/log/WDIO.xunit-2024-02-14T05-07-12-297Z.xml Page 1707912433 22.635 9 0 0 0
227088 19325 19325 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2037/artifact/log/WDIO.xunit-2024-02-14T05-07-15-163Z.xml BlankPage 1707912436 0.774 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 2102.747ms