home / tests

testsuites

4 rows where build_id = 22527

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
257792 22527 22527 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/940/artifact/log/WDIO.xunit-2024-06-16T11-16-52-300Z.xml Special RecentChanges 1718558213 3.391 1 0 0 0
257793 22527 22527 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/940/artifact/log/WDIO.xunit-2024-06-16T11-16-52-381Z.xml User 1718558213 5.383 2 0 0 0
257794 22527 22527 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/940/artifact/log/WDIO.xunit-2024-06-16T11-16-52-402Z.xml Page 1718558213 22.806 9 0 0 0
257795 22527 22527 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/940/artifact/log/WDIO.xunit-2024-06-16T11-16-55-188Z.xml BlankPage 1718558216 0.64 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 1589.58ms