home / tests

testsuites

5 rows where build_id = 16562

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200021 16562 16562 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2350/artifact/log/WDIO.xunit-2024-01-12T01-42-21-802Z.xml Page 1705048943 24.761 9 0 0 0
200022 16562 16562 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2350/artifact/log/WDIO.xunit-2024-01-12T01-42-21-885Z.xml Special Watchlist 1705048943 0.545 1 0 0 1
200023 16562 16562 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2350/artifact/log/WDIO.xunit-2024-01-12T01-42-21-896Z.xml Special RecentChanges 1705048942 3.735 1 0 0 0
200024 16562 16562 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2350/artifact/log/WDIO.xunit-2024-01-12T01-42-21-920Z.xml User 1705048943 6.341 2 0 0 0
200025 16562 16562 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2350/artifact/log/WDIO.xunit-2024-01-12T01-42-24-431Z.xml BlankPage 1705048945 1.095 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 1598.971ms