home / tests

testsuites

5 rows where build_id = 20656

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242872 20656 20656 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/422/artifact/log/WDIO.xunit-2024-05-09T18-55-15-930Z.xml Page 1715302517 26.746 9 0 0 0
242873 20656 20656 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/422/artifact/log/WDIO.xunit-2024-05-09T18-55-15-945Z.xml Special Watchlist 1715302516 0.56 1 0 0 1
242874 20656 20656 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/422/artifact/log/WDIO.xunit-2024-05-09T18-55-15-952Z.xml Special RecentChanges 1715302516 4.899 1 0 0 0
242875 20656 20656 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/422/artifact/log/WDIO.xunit-2024-05-09T18-55-15-974Z.xml User 1715302517 8.198 2 0 0 0
242876 20656 20656 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/422/artifact/log/WDIO.xunit-2024-05-09T18-55-18-322Z.xml BlankPage 1715302519 1.141 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 1638.004ms