home / tests

testsuites

5 rows where build_id = 19329

✎ 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
227171 19329 19329 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2033/artifact/log/WDIO.xunit-2024-02-13T20-10-40-237Z.xml Special RecentChanges 1707880241 5.003 1 0 0 0
227172 19329 19329 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2033/artifact/log/WDIO.xunit-2024-02-13T20-10-40-238Z.xml Special Watchlist 1707880241 0.494 1 0 0 1
227173 19329 19329 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2033/artifact/log/WDIO.xunit-2024-02-13T20-10-40-242Z.xml User 1707880241 8.224 2 0 0 0
227174 19329 19329 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2033/artifact/log/WDIO.xunit-2024-02-13T20-10-40-277Z.xml Page 1707880241 28.196 9 0 0 0
227175 19329 19329 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2033/artifact/log/WDIO.xunit-2024-02-13T20-10-43-699Z.xml BlankPage 1707880246 1.393 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 5071.304ms