home / tests

testsuites

6 rows where build_id = 16335

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
197807 16335 16335 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2499/artifact/log/WDIO.xunit-2024-01-11T20-46-24-734Z.xml Special RecentChanges 1705031185 3.19 1 0 0 0
197808 16335 16335 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2499/artifact/log/WDIO.xunit-2024-01-11T20-46-24-736Z.xml Page 1705031185 25.638 9 0 0 0
197809 16335 16335 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2499/artifact/log/WDIO.xunit-2024-01-11T20-46-24-773Z.xml User 1705031186 5.321 2 0 0 0
197810 16335 16335 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2499/artifact/log/WDIO.xunit-2024-01-11T20-46-24-784Z.xml Special Watchlist 1705031185 0.427 1 0 0 1
197811 16335 16335 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2499/artifact/log/WDIO.xunit-2024-01-11T20-46-27-086Z.xml BlankPage 1705031188 0.907 1 0 0 0
197812 16335 16335 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2499/artifact/log/WDIO.xunit-2024-01-11T20-46-59-820Z.xml Cite backlinks 1705031220 4.205 6 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 1515.144ms