home / tests

testsuites

4 rows where build_id = 22243

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests

id ▼ build_id url name timestamp time tests failures errors skipped
254379 22243 22243 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/612/artifact/log/WDIO.xunit-2024-06-16T14-16-41-149Z.xml Page 1718569002 21.906 9 0 0 0
254380 22243 22243 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/612/artifact/log/WDIO.xunit-2024-06-16T14-16-41-159Z.xml Special RecentChanges 1718569002 2.834 1 0 0 0
254381 22243 22243 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/612/artifact/log/WDIO.xunit-2024-06-16T14-16-41-245Z.xml User 1718569002 5.218 2 0 0 0
254382 22243 22243 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/612/artifact/log/WDIO.xunit-2024-06-16T14-16-43-340Z.xml BlankPage 1718569004 0.756 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 1459.83ms