home / tests

testsuites

5 rows where build_id = 22602

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258560 22602 22602 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/128/artifact/log/WDIO.xunit-2024-06-16T13-17-04-617Z.xml Page 1718565425 25.492 9 0 0 0
258561 22602 22602 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/128/artifact/log/WDIO.xunit-2024-06-16T13-17-04-635Z.xml User 1718565425 5.592 2 0 0 0
258562 22602 22602 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/128/artifact/log/WDIO.xunit-2024-06-16T13-17-04-642Z.xml Special RecentChanges 1718565425 3.027 1 0 0 0
258563 22602 22602 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/128/artifact/log/WDIO.xunit-2024-06-16T13-17-04-675Z.xml Special Watchlist 1718565425 0.509 1 0 0 1
258564 22602 22602 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/128/artifact/log/WDIO.xunit-2024-06-16T13-17-07-521Z.xml BlankPage 1718565429 0.65 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 1649.37ms