home / tests

testsuites

5 rows where build_id = 19039

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
220923 19039 19039 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/509/artifact/log/WDIO.xunit-2024-02-13T23-56-45-636Z.xml Page 1707893807 22.598 9 0 0 0
220924 19039 19039 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/509/artifact/log/WDIO.xunit-2024-02-13T23-56-45-647Z.xml Special RecentChanges 1707893806 3.412 1 0 0 0
220925 19039 19039 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/509/artifact/log/WDIO.xunit-2024-02-13T23-56-45-665Z.xml User 1707893806 6.495 2 0 0 0
220926 19039 19039 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/509/artifact/log/WDIO.xunit-2024-02-13T23-56-45-802Z.xml Special Watchlist 1707893806 0.435 1 0 0 1
220927 19039 19039 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/509/artifact/log/WDIO.xunit-2024-02-13T23-56-48-673Z.xml BlankPage 1707893811 0.716 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 2281.69ms