home / tests

testsuites

5 rows where build_id = 17837

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
207435 17837 17837 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1765/artifact/log/WDIO.xunit-2024-01-29T17-12-18-480Z.xml Special RecentChanges 1706573539 4.111 1 0 0 0
207436 17837 17837 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1765/artifact/log/WDIO.xunit-2024-01-29T17-12-18-501Z.xml Special Watchlist 1706573539 0.497 1 0 0 1
207437 17837 17837 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1765/artifact/log/WDIO.xunit-2024-01-29T17-12-18-511Z.xml Page 1706573539 38.269 9 0 0 0
207438 17837 17837 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1765/artifact/log/WDIO.xunit-2024-01-29T17-12-18-555Z.xml User 1706573539 18.362 2 0 0 0
207439 17837 17837 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1765/artifact/log/WDIO.xunit-2024-01-29T17-12-21-526Z.xml BlankPage 1706573543 10.389 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 1711.23ms