home / tests

testsuites

5 rows where build_id = 16328

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
197759 16328 16328 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2508/artifact/log/WDIO.xunit-2024-01-12T10-41-16-376Z.xml Special RecentChanges 1705081277 3.634 1 0 0 0
197760 16328 16328 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2508/artifact/log/WDIO.xunit-2024-01-12T10-41-16-377Z.xml Special Watchlist 1705081277 0.507 1 0 0 1
197761 16328 16328 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2508/artifact/log/WDIO.xunit-2024-01-12T10-41-16-379Z.xml Page 1705081277 25.803 9 0 0 0
197762 16328 16328 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2508/artifact/log/WDIO.xunit-2024-01-12T10-41-16-394Z.xml User 1705081277 6.41 2 0 0 0
197763 16328 16328 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2508/artifact/log/WDIO.xunit-2024-01-12T10-41-19-013Z.xml BlankPage 1705081280 0.854 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 1633.103ms