home / tests

testsuites

5 rows where build_id = 20517

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239874 20517 20517 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1181/artifact/log/WDIO.xunit-2024-05-05T23-56-15-623Z.xml Special RecentChanges 1714974976 4.893 1 0 0 0
239875 20517 20517 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1181/artifact/log/WDIO.xunit-2024-05-05T23-56-15-725Z.xml Special Watchlist 1714974977 0.517 1 0 0 1
239876 20517 20517 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1181/artifact/log/WDIO.xunit-2024-05-05T23-56-15-780Z.xml Page 1714974976 42.9 9 0 0 0
239877 20517 20517 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1181/artifact/log/WDIO.xunit-2024-05-05T23-56-15-788Z.xml User 1714974976 8.175 2 0 0 0
239878 20517 20517 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1181/artifact/log/WDIO.xunit-2024-05-05T23-56-18-551Z.xml BlankPage 1714974979 1.057 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 1607.256ms