home / tests

testsuites

4 rows where build_id = 20646

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
242824 20646 20646 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/433/artifact/log/WDIO.xunit-2024-05-09T19-42-46-396Z.xml Page 1715305367 28.259 9 0 0 0
242825 20646 20646 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/433/artifact/log/WDIO.xunit-2024-05-09T19-42-46-397Z.xml Special RecentChanges 1715305367 3.497 1 0 0 0
242826 20646 20646 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/433/artifact/log/WDIO.xunit-2024-05-09T19-42-46-528Z.xml Special Watchlist 1715305367 0.533 1 0 0 1
242827 20646 20646 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/433/artifact/log/WDIO.xunit-2024-05-09T19-42-49-148Z.xml BlankPage 1715305370 0.902 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 1567.91ms