home / tests

testsuites

4 rows where build_id = 20732

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
243819 20732 20732 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8533/artifact/log/WDIO.xunit-2024-05-09T18-10-29-462Z.xml Page 1715299830 24.994 9 0 0 0
243820 20732 20732 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8533/artifact/log/WDIO.xunit-2024-05-09T18-10-29-466Z.xml Special RecentChanges 1715299830 3.181 1 0 0 0
243821 20732 20732 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8533/artifact/log/WDIO.xunit-2024-05-09T18-10-29-560Z.xml Special Watchlist 1715299830 0.805 1 0 0 1
243822 20732 20732 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8533/artifact/log/WDIO.xunit-2024-05-09T18-10-32-208Z.xml BlankPage 1715299833 0.762 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 4256.269ms