home / tests

testsuites

5 rows where build_id = 22642

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
259064 22642 22642 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1216/artifact/log/WDIO.xunit-2024-06-14T22-58-55-024Z.xml Page 1718427536 21.894 9 0 0 0
259065 22642 22642 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1216/artifact/log/WDIO.xunit-2024-06-14T22-58-55-028Z.xml Special Watchlist 1718427536 0.325 1 0 0 1
259066 22642 22642 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1216/artifact/log/WDIO.xunit-2024-06-14T22-58-55-067Z.xml User 1718427536 5.34 2 0 0 0
259067 22642 22642 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1216/artifact/log/WDIO.xunit-2024-06-14T22-58-55-116Z.xml Special RecentChanges 1718427536 3.415 1 0 0 0
259068 22642 22642 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1216/artifact/log/WDIO.xunit-2024-06-14T22-58-57-223Z.xml BlankPage 1718427538 0.83 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 1671.747ms