home / tests

testsuites

5 rows where build_id = 22415

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255553 22415 22415 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/523/artifact/log/WDIO.xunit-2024-06-16T14-16-57-724Z.xml Special RecentChanges 1718569018 2.598 1 0 0 0
255554 22415 22415 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/523/artifact/log/WDIO.xunit-2024-06-16T14-16-57-743Z.xml User 1718569018 4.814 2 0 0 0
255555 22415 22415 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/523/artifact/log/WDIO.xunit-2024-06-16T14-16-57-757Z.xml Special Watchlist 1718569018 0.421 1 0 0 1
255556 22415 22415 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/523/artifact/log/WDIO.xunit-2024-06-16T14-16-57-792Z.xml Page 1718569018 25.559 9 0 0 0
255557 22415 22415 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/523/artifact/log/WDIO.xunit-2024-06-16T14-16-59-827Z.xml BlankPage 1718569020 0.678 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 1595.369ms