home / tests

testsuites

5 rows where build_id = 15192

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193586 15192 15192 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1991/artifact/log/WDIO.xunit-2023-09-22T13-20-37-382Z.xml User 1695410438 5.516 2 0 0 0
193587 15192 15192 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1991/artifact/log/WDIO.xunit-2023-09-22T13-20-37-383Z.xml Special RecentChanges 1695410438 3.426 1 0 0 0
193588 15192 15192 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1991/artifact/log/WDIO.xunit-2023-09-22T13-20-37-398Z.xml Page 1695410438 23.479 9 0 0 0
193589 15192 15192 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1991/artifact/log/WDIO.xunit-2023-09-22T13-20-37-415Z.xml Special Watchlist 1695410438 0.549 1 0 0 1
193590 15192 15192 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1991/artifact/log/WDIO.xunit-2023-09-22T13-20-40-299Z.xml BlankPage 1695410441 0.865 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 1603.65ms