home / tests

testsuites

4 rows where build_id = 16544

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
199866 16544 16544 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2369/artifact/log/WDIO.xunit-2024-01-16T10-49-47-791Z.xml Page 1705427388 25.044 9 0 0 0
199867 16544 16544 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2369/artifact/log/WDIO.xunit-2024-01-16T10-49-47-797Z.xml Special Watchlist 1705427388 0.496 1 0 0 1
199868 16544 16544 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2369/artifact/log/WDIO.xunit-2024-01-16T10-49-47-804Z.xml User 1705427388 5.829 2 0 0 0
199869 16544 16544 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2369/artifact/log/WDIO.xunit-2024-01-16T10-49-50-159Z.xml BlankPage 1705427391 0.841 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 1615.882ms