home / tests

testsuites

5 rows where build_id = 16576

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200089 16576 16576 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2336/artifact/log/WDIO.xunit-2024-01-11T22-28-46-418Z.xml Special Watchlist 1705037328 0.575 1 0 0 1
200090 16576 16576 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2336/artifact/log/WDIO.xunit-2024-01-11T22-28-46-428Z.xml Special RecentChanges 1705037327 4.22 1 0 0 0
200091 16576 16576 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2336/artifact/log/WDIO.xunit-2024-01-11T22-28-46-435Z.xml Page 1705037328 27.578 9 0 0 0
200092 16576 16576 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2336/artifact/log/WDIO.xunit-2024-01-11T22-28-46-439Z.xml User 1705037327 7.719 2 0 0 0
200093 16576 16576 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2336/artifact/log/WDIO.xunit-2024-01-11T22-28-49-570Z.xml BlankPage 1705037331 1.274 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 1613.313ms