home / tests

testsuites

4 rows where build_id = 20457

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239158 20457 20457 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1256/artifact/log/WDIO.xunit-2024-05-09T11-52-32-989Z.xml Special Watchlist 1715277154 0.762 1 0 0 1
239159 20457 20457 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1256/artifact/log/WDIO.xunit-2024-05-09T11-52-32-991Z.xml Special RecentChanges 1715277154 3.171 1 0 0 0
239160 20457 20457 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1256/artifact/log/WDIO.xunit-2024-05-09T11-52-33-001Z.xml Page 1715277154 22.326 9 0 0 0
239161 20457 20457 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1256/artifact/log/WDIO.xunit-2024-05-09T11-52-35-458Z.xml BlankPage 1715277156 0.787 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 1615.705ms