home / tests

testsuites

4 rows where build_id = 22515

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
257665 22515 22515 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/952/artifact/log/WDIO.xunit-2024-06-16T12-17-58-869Z.xml Special RecentChanges 1718561880 5.185 1 0 0 0
257666 22515 22515 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/952/artifact/log/WDIO.xunit-2024-06-16T12-17-58-903Z.xml Page 1718561880 25.458 9 0 0 0
257667 22515 22515 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/952/artifact/log/WDIO.xunit-2024-06-16T12-17-58-930Z.xml User 1718561880 7.55 2 0 0 0
257668 22515 22515 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/952/artifact/log/WDIO.xunit-2024-06-16T12-18-02-755Z.xml BlankPage 1718561884 1.2 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 1653.311ms