home / tests

testsuites

4 rows where build_id = 15026

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
191360 15026 15026 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/367/artifact/log/WDIO.xunit-2023-09-24T23-56-32-058Z.xml User 1695621393 5.345 2 0 0 0
191361 15026 15026 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/367/artifact/log/WDIO.xunit-2023-09-24T23-56-32-065Z.xml Special Watchlist 1695621393 0.533 1 0 0 1
191362 15026 15026 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/367/artifact/log/WDIO.xunit-2023-09-24T23-56-32-087Z.xml Page 1695621393 22.72 9 0 0 0
191363 15026 15026 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/367/artifact/log/WDIO.xunit-2023-09-24T23-56-34-323Z.xml BlankPage 1695621395 0.864 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 1661.278ms