home / tests

testsuites

5 rows where build_id = 20763

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
244474 20763 20763 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8500/artifact/log/WDIO.xunit-2024-05-09T15-47-17-192Z.xml Page 1715291238 22.851 9 0 0 0
244475 20763 20763 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8500/artifact/log/WDIO.xunit-2024-05-09T15-47-17-196Z.xml User 1715291238 5.27 2 0 0 0
244476 20763 20763 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8500/artifact/log/WDIO.xunit-2024-05-09T15-47-17-209Z.xml Special Watchlist 1715291238 0.761 1 0 0 1
244477 20763 20763 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8500/artifact/log/WDIO.xunit-2024-05-09T15-47-17-224Z.xml Special RecentChanges 1715291238 3.534 1 0 0 0
244478 20763 20763 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8500/artifact/log/WDIO.xunit-2024-05-09T15-47-19-692Z.xml BlankPage 1715291241 0.788 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 1617.512ms