home / tests

testsuites

5 rows where build_id = 16552

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
199903 16552 16552 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2360/artifact/log/WDIO.xunit-2024-01-13T01-11-15-792Z.xml Page 1705133477 23.393 9 0 0 0
199904 16552 16552 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2360/artifact/log/WDIO.xunit-2024-01-13T01-11-15-824Z.xml User 1705133477 5.724 2 0 0 0
199905 16552 16552 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2360/artifact/log/WDIO.xunit-2024-01-13T01-11-15-825Z.xml Special RecentChanges 1705133477 3.081 1 0 0 0
199906 16552 16552 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2360/artifact/log/WDIO.xunit-2024-01-13T01-11-15-840Z.xml Special Watchlist 1705133477 0.545 1 0 0 1
199907 16552 16552 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2360/artifact/log/WDIO.xunit-2024-01-13T01-11-18-687Z.xml BlankPage 1705133480 0.687 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 5656.704ms