home / tests

testsuites

5 rows where build_id = 16599

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200303 16599 16599 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1726/artifact/log/WDIO.xunit-2024-01-12T21-49-42-535Z.xml Special RecentChanges 1705121384 3.564 1 0 0 0
200304 16599 16599 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1726/artifact/log/WDIO.xunit-2024-01-12T21-49-42-640Z.xml Page 1705121383 27.841 9 0 0 0
200305 16599 16599 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1726/artifact/log/WDIO.xunit-2024-01-12T21-49-42-662Z.xml User 1705121383 8.527 2 0 0 0
200306 16599 16599 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1726/artifact/log/WDIO.xunit-2024-01-12T21-49-42-733Z.xml Special Watchlist 1705121384 0.375 1 0 0 1
200307 16599 16599 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1726/artifact/log/WDIO.xunit-2024-01-12T21-49-46-546Z.xml BlankPage 1705121388 0.885 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 1641.22ms