home / tests

testsuites

5 rows where build_id = 17816

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests

id ▼ build_id url name timestamp time tests failures errors skipped
207066 17816 17816 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2398/artifact/log/WDIO.xunit-2024-01-30T00-34-37-857Z.xml Page 1706600079 32.855 9 0 0 0
207067 17816 17816 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2398/artifact/log/WDIO.xunit-2024-01-30T00-34-37-885Z.xml User 1706600079 10.45 2 0 0 0
207068 17816 17816 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2398/artifact/log/WDIO.xunit-2024-01-30T00-34-37-905Z.xml Special Watchlist 1706600079 0.543 1 0 0 1
207069 17816 17816 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2398/artifact/log/WDIO.xunit-2024-01-30T00-34-37-918Z.xml Special RecentChanges 1706600079 4.886 1 0 0 0
207070 17816 17816 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2398/artifact/log/WDIO.xunit-2024-01-30T00-34-41-904Z.xml BlankPage 1706600083 1.767 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 1611.312ms