home / tests

testsuites

5 rows where build_id = 17833

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
207317 17833 17833 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1769/artifact/log/WDIO.xunit-2024-01-30T00-34-22-773Z.xml Special RecentChanges 1706600064 4.887 1 0 0 0
207318 17833 17833 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1769/artifact/log/WDIO.xunit-2024-01-30T00-34-22-774Z.xml Page 1706600064 35.012 9 0 0 0
207319 17833 17833 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1769/artifact/log/WDIO.xunit-2024-01-30T00-34-22-803Z.xml User 1706600064 9.059 2 0 0 0
207320 17833 17833 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1769/artifact/log/WDIO.xunit-2024-01-30T00-34-22-928Z.xml Special Watchlist 1706600064 0.531 1 0 0 1
207321 17833 17833 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1769/artifact/log/WDIO.xunit-2024-01-30T00-34-26-253Z.xml BlankPage 1706600068 1.363 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 2690.813ms