home / tests

testsuites

4 rows where build_id = 22645

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
259113 22645 22645 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1213/artifact/log/WDIO.xunit-2024-06-14T21-23-36-269Z.xml User 1718421817 5.861 2 0 0 0
259114 22645 22645 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1213/artifact/log/WDIO.xunit-2024-06-14T21-23-36-305Z.xml Page 1718421817 22.966 9 0 0 0
259115 22645 22645 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1213/artifact/log/WDIO.xunit-2024-06-14T21-23-36-325Z.xml Special Watchlist 1718421817 0.307 1 0 0 1
259116 22645 22645 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1213/artifact/log/WDIO.xunit-2024-06-14T21-23-38-700Z.xml BlankPage 1718421820 0.807 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 8279.685ms