home / tests

testsuites

5 rows where build_id = 19322

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
227069 19322 19322 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2040/artifact/log/WDIO.xunit-2024-02-14T09-07-12-661Z.xml Page 1707926833 22.484 9 0 0 0
227070 19322 19322 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2040/artifact/log/WDIO.xunit-2024-02-14T09-07-12-705Z.xml Special RecentChanges 1707926834 3.267 1 0 0 0
227071 19322 19322 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2040/artifact/log/WDIO.xunit-2024-02-14T09-07-12-725Z.xml User 1707926834 4.828 2 0 0 0
227072 19322 19322 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2040/artifact/log/WDIO.xunit-2024-02-14T09-07-12-728Z.xml Special Watchlist 1707926833 0.49 1 0 0 1
227073 19322 19322 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2040/artifact/log/WDIO.xunit-2024-02-14T09-07-15-151Z.xml BlankPage 1707926836 0.656 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 3701.581ms