home / tests

testsuites

5 rows where build_id = 16494

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
199223 16494 16494 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/86010/artifact/log/WDIO.xunit-2024-01-16T14-02-18-167Z.xml Special RecentChanges 1705438939 4.672 1 0 0 0
199224 16494 16494 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/86010/artifact/log/WDIO.xunit-2024-01-16T14-02-18-195Z.xml Special Watchlist 1705438939 0.544 1 0 0 1
199225 16494 16494 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/86010/artifact/log/WDIO.xunit-2024-01-16T14-02-18-200Z.xml User 1705438939 6.794 2 0 0 0
199226 16494 16494 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/86010/artifact/log/WDIO.xunit-2024-01-16T14-02-18-221Z.xml Page 1705438939 24.409 9 0 0 0
199227 16494 16494 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/86010/artifact/log/WDIO.xunit-2024-01-16T14-02-20-961Z.xml BlankPage 1705438942 0.977 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 1612.477ms