home / tests

testsuites

5 rows where build_id = 15185

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193482 15185 15185 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1998/artifact/log/WDIO.xunit-2023-09-26T20-20-33-051Z.xml Page 1695781234 25.642 9 0 0 0
193483 15185 15185 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1998/artifact/log/WDIO.xunit-2023-09-26T20-20-33-083Z.xml Special RecentChanges 1695781234 3.905 1 0 0 0
193484 15185 15185 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1998/artifact/log/WDIO.xunit-2023-09-26T20-20-33-105Z.xml Special Watchlist 1695781234 0.493 1 0 0 1
193485 15185 15185 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1998/artifact/log/WDIO.xunit-2023-09-26T20-20-33-142Z.xml User 1695781234 6.114 2 0 0 0
193486 15185 15185 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1998/artifact/log/WDIO.xunit-2023-09-26T20-20-35-936Z.xml BlankPage 1695781237 1.004 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 1623.943ms