home / tests

testsuites

5 rows where build_id = 16348

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
197893 16348 16348 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/476/artifact/log/WDIO.xunit-2024-01-11T23-56-40-781Z.xml User 1705042601 5.195 2 0 0 0
197894 16348 16348 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/476/artifact/log/WDIO.xunit-2024-01-11T23-56-40-802Z.xml Special RecentChanges 1705042602 2.832 1 0 0 0
197895 16348 16348 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/476/artifact/log/WDIO.xunit-2024-01-11T23-56-40-873Z.xml Special Watchlist 1705042602 0.39 1 0 0 1
197896 16348 16348 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/476/artifact/log/WDIO.xunit-2024-01-11T23-56-40-884Z.xml Page 1705042602 21.396 9 0 0 0
197897 16348 16348 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/476/artifact/log/WDIO.xunit-2024-01-11T23-56-43-151Z.xml BlankPage 1705042604 0.619 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 1376.427ms