home / tests

testsuites

5 rows where build_id = 13667

✎ 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
181265 13667 13667 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/103/artifact/log/WDIO.xunit-2021-12-04T15-42-55-759Z.xml Page 1638657776 0.62 17 0 0 17
181266 13667 13667 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/103/artifact/log/WDIO.xunit-2021-12-04T15-42-58-337Z.xml Special RecentChanges 1638657779 0.598 2 0 0 2
181267 13667 13667 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/103/artifact/log/WDIO.xunit-2021-12-04T15-43-00-830Z.xml User 1638657782 4.795 2 0 0 0
181268 13667 13667 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/103/artifact/log/WDIO.xunit-2021-12-04T15-43-07-892Z.xml Special Watchlist 1638657789 2.284 2 0 0 2
181269 13667 13667 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/103/artifact/log/WDIO.xunit-2021-12-04T15-43-12-195Z.xml BlankPage 1638657793 0.608 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 1500.077ms