home / tests

testsuites

5 rows where build_id = 16592

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200268 16592 16592 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1733/artifact/log/WDIO.xunit-2024-01-13T01-47-42-439Z.xml Special RecentChanges 1705135664 6.863 1 0 0 0
200269 16592 16592 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1733/artifact/log/WDIO.xunit-2024-01-13T01-47-42-536Z.xml Page 1705135664 32.23 9 0 0 0
200270 16592 16592 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1733/artifact/log/WDIO.xunit-2024-01-13T01-47-42-585Z.xml Special Watchlist 1705135663 2.069 1 0 0 1
200271 16592 16592 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1733/artifact/log/WDIO.xunit-2024-01-13T01-47-42-719Z.xml User 1705135664 13.957 2 0 0 0
200272 16592 16592 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1733/artifact/log/WDIO.xunit-2024-01-13T01-47-47-948Z.xml BlankPage 1705135670 5.768 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 1776.482ms