home / tests

testsuites

5 rows where build_id = 22601

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258555 22601 22601 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/129/artifact/log/WDIO.xunit-2024-06-16T13-22-08-563Z.xml User 1718565729 4.863 2 0 0 0
258556 22601 22601 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/129/artifact/log/WDIO.xunit-2024-06-16T13-22-08-571Z.xml Special RecentChanges 1718565729 2.891 1 0 0 0
258557 22601 22601 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/129/artifact/log/WDIO.xunit-2024-06-16T13-22-08-574Z.xml Page 1718565729 22.153 9 0 0 0
258558 22601 22601 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/129/artifact/log/WDIO.xunit-2024-06-16T13-22-08-589Z.xml Special Watchlist 1718565729 0.423 1 0 0 1
258559 22601 22601 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/129/artifact/log/WDIO.xunit-2024-06-16T13-22-10-876Z.xml BlankPage 1718565731 0.704 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 1638.206ms