home / tests

testsuites

5 rows where build_id = 19238

✎ 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
226085 19238 19238 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2669/artifact/log/WDIO.xunit-2024-02-14T09-07-32-296Z.xml Special Watchlist 1707926853 0.589 1 0 0 1
226086 19238 19238 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2669/artifact/log/WDIO.xunit-2024-02-14T09-07-32-327Z.xml User 1707926853 7.912 2 0 0 0
226087 19238 19238 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2669/artifact/log/WDIO.xunit-2024-02-14T09-07-32-337Z.xml Page 1707926853 25.806 9 0 0 0
226088 19238 19238 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2669/artifact/log/WDIO.xunit-2024-02-14T09-07-32-359Z.xml Special RecentChanges 1707926853 4.681 1 0 0 0
226089 19238 19238 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2669/artifact/log/WDIO.xunit-2024-02-14T09-07-35-382Z.xml BlankPage 1707926856 1.261 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 1570.279ms