home / tests

testsuites

5 rows where build_id = 16615

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
200451 16615 16615 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1710/artifact/log/WDIO.xunit-2024-01-11T22-36-55-148Z.xml Special RecentChanges 1705037816 10.767 1 0 0 0
200452 16615 16615 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1710/artifact/log/WDIO.xunit-2024-01-11T22-36-55-231Z.xml User 1705037816 17.233 2 0 0 0
200453 16615 16615 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1710/artifact/log/WDIO.xunit-2024-01-11T22-36-55-385Z.xml Page 1705037816 39.094 9 0 0 0
200454 16615 16615 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1710/artifact/log/WDIO.xunit-2024-01-11T22-36-55-462Z.xml Special Watchlist 1705037817 0.461 1 0 0 1
200455 16615 16615 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1710/artifact/log/WDIO.xunit-2024-01-11T22-36-58-471Z.xml BlankPage 1705037820 4.952 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 2158.944ms