home / tests

testsuites

5 rows where build_id = 759

✎ 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
3160 759 759 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76188/artifact/log/WDIO.xunit-2021-09-22T03-34-58-725Z.xml Page 1632303299 0.685 17 0 0 17
3161 759 759 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76188/artifact/log/WDIO.xunit-2021-09-22T03-35-02-035Z.xml Special RecentChanges 1632303303 0.625 2 0 0 2
3162 759 759 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76188/artifact/log/WDIO.xunit-2021-09-22T03-35-05-115Z.xml User 1632303306 4.699 2 0 0 0
3163 759 759 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76188/artifact/log/WDIO.xunit-2021-09-22T03-35-12-380Z.xml Special Watchlist 1632303313 2.351 2 0 0 2
3164 759 759 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76188/artifact/log/WDIO.xunit-2021-09-22T03-35-17-175Z.xml BlankPage 1632303318 0.558 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 1519.458ms