home / tests

testsuites

4 rows where build_id = 20675

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243164 20675 20675 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/398/artifact/log/WDIO.xunit-2024-05-08T02-07-15-054Z.xml Page 1715155636 23.432 9 0 0 0
243165 20675 20675 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/398/artifact/log/WDIO.xunit-2024-05-08T02-07-15-072Z.xml User 1715155636 5.33 2 0 0 0
243166 20675 20675 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/398/artifact/log/WDIO.xunit-2024-05-08T02-07-15-089Z.xml Special RecentChanges 1715155636 3.116 1 0 0 0
243167 20675 20675 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/398/artifact/log/WDIO.xunit-2024-05-08T02-07-17-447Z.xml BlankPage 1715155638 0.703 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 1669.461ms