home / tests

testsuites

5 rows where build_id = 22471

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
256959 22471 22471 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/997/artifact/log/WDIO.xunit-2024-06-16T20-29-58-732Z.xml Special Watchlist 1718591399 0.814 1 0 0 1
256960 22471 22471 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/997/artifact/log/WDIO.xunit-2024-06-16T20-29-58-734Z.xml User 1718591399 6.668 2 0 0 0
256961 22471 22471 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/997/artifact/log/WDIO.xunit-2024-06-16T20-29-58-767Z.xml Special RecentChanges 1718591399 3.875 1 0 0 0
256962 22471 22471 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/997/artifact/log/WDIO.xunit-2024-06-16T20-29-58-879Z.xml Page 1718591400 23.175 9 0 0 0
256963 22471 22471 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/997/artifact/log/WDIO.xunit-2024-06-16T20-30-01-584Z.xml BlankPage 1718591402 0.784 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.068ms