home / tests

testsuites

4 rows where build_id = 20725

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243785 20725 20725 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8540/artifact/log/WDIO.xunit-2024-05-09T18-15-43-202Z.xml User 1715300144 6.286 2 0 0 0
243786 20725 20725 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8540/artifact/log/WDIO.xunit-2024-05-09T18-15-43-218Z.xml Page 1715300144 20.626 9 0 0 0
243787 20725 20725 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8540/artifact/log/WDIO.xunit-2024-05-09T18-15-43-236Z.xml Special RecentChanges 1715300144 2.946 1 0 0 0
243788 20725 20725 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8540/artifact/log/WDIO.xunit-2024-05-09T18-15-45-269Z.xml BlankPage 1715300146 2.319 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 1624.04ms