home / tests

testsuites

5 rows where build_id = 17846

✎ 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
207548 17846 17846 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1756/artifact/log/WDIO.xunit-2024-01-23T22-00-37-784Z.xml Special Watchlist 1706072439 0.435 1 0 0 1
207549 17846 17846 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1756/artifact/log/WDIO.xunit-2024-01-23T22-00-37-840Z.xml Special RecentChanges 1706072439 4.953 1 0 0 0
207550 17846 17846 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1756/artifact/log/WDIO.xunit-2024-01-23T22-00-37-891Z.xml User 1706072439 11.007 2 0 0 0
207551 17846 17846 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1756/artifact/log/WDIO.xunit-2024-01-23T22-00-37-961Z.xml Page 1706072439 34.093 9 0 0 0
207552 17846 17846 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1756/artifact/log/WDIO.xunit-2024-01-23T22-00-41-714Z.xml BlankPage 1706072444 1.59 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 5590.806ms