home / tests

testsuites

5 rows where build_id = 20697

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243373 20697 20697 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/363/artifact/log/WDIO.xunit-2024-05-06T15-39-48-250Z.xml Special RecentChanges 1715031589 5.741 1 0 0 0
243374 20697 20697 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/363/artifact/log/WDIO.xunit-2024-05-06T15-39-48-288Z.xml User 1715031589 8.578 2 0 0 0
243375 20697 20697 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/363/artifact/log/WDIO.xunit-2024-05-06T15-39-48-319Z.xml Page 1715031589 28.087 9 0 0 0
243376 20697 20697 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/363/artifact/log/WDIO.xunit-2024-05-06T15-39-48-380Z.xml Special Watchlist 1715031589 0.48 1 0 0 1
243377 20697 20697 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/363/artifact/log/WDIO.xunit-2024-05-06T15-39-50-959Z.xml BlankPage 1715031592 1.516 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 1627.35ms