home / tests

testsuites

5 rows where build_id = 22631

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
259010 22631 22631 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1228/artifact/log/WDIO.xunit-2024-06-17T15-48-42-047Z.xml Page 1718660923 22.652 9 0 0 0
259011 22631 22631 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1228/artifact/log/WDIO.xunit-2024-06-17T15-48-42-056Z.xml User 1718660923 5.408 2 0 0 0
259012 22631 22631 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1228/artifact/log/WDIO.xunit-2024-06-17T15-48-42-099Z.xml Special Watchlist 1718660923 0.329 1 0 0 1
259013 22631 22631 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1228/artifact/log/WDIO.xunit-2024-06-17T15-48-42-103Z.xml Special RecentChanges 1718660923 3.384 1 0 0 0
259014 22631 22631 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1228/artifact/log/WDIO.xunit-2024-06-17T15-48-44-780Z.xml BlankPage 1718660926 0.752 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 1527.038ms