home / tests

testsuites

5 rows where build_id = 19323

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227074 19323 19323 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2039/artifact/log/WDIO.xunit-2024-02-14T09-07-18-684Z.xml Page 1707926840 25.874 9 0 0 0
227075 19323 19323 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2039/artifact/log/WDIO.xunit-2024-02-14T09-07-18-696Z.xml User 1707926840 7.761 2 0 0 0
227076 19323 19323 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2039/artifact/log/WDIO.xunit-2024-02-14T09-07-18-783Z.xml Special Watchlist 1707926840 0.499 1 0 0 1
227077 19323 19323 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2039/artifact/log/WDIO.xunit-2024-02-14T09-07-18-846Z.xml Special RecentChanges 1707926840 3.628 1 0 0 0
227078 19323 19323 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2039/artifact/log/WDIO.xunit-2024-02-14T09-07-22-484Z.xml BlankPage 1707926844 0.914 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 1620.993ms