home / tests

testsuites

4 rows where build_id = 16574

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200080 16574 16574 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2338/artifact/log/WDIO.xunit-2024-01-11T22-32-39-612Z.xml Page 1705037560 24.886 9 0 0 0
200081 16574 16574 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2338/artifact/log/WDIO.xunit-2024-01-11T22-32-39-737Z.xml Special Watchlist 1705037560 0.433 1 0 0 1
200082 16574 16574 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2338/artifact/log/WDIO.xunit-2024-01-11T22-32-39-748Z.xml User 1705037560 8.553 2 0 0 0
200083 16574 16574 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2338/artifact/log/WDIO.xunit-2024-01-11T22-32-42-725Z.xml BlankPage 1705037564 2.834 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 1629.999ms