home / tests

testsuites

5 rows where build_id = 15194

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193596 15194 15194 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1989/artifact/log/WDIO.xunit-2023-09-21T20-34-06-530Z.xml Special Watchlist 1695350048 0.62 1 0 0 1
193597 15194 15194 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1989/artifact/log/WDIO.xunit-2023-09-21T20-34-06-532Z.xml Page 1695350048 30.564 9 0 0 0
193598 15194 15194 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1989/artifact/log/WDIO.xunit-2023-09-21T20-34-06-547Z.xml Special RecentChanges 1695350048 6.799 1 0 0 0
193599 15194 15194 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1989/artifact/log/WDIO.xunit-2023-09-21T20-34-06-628Z.xml User 1695350048 9.606 2 0 0 0
193600 15194 15194 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1989/artifact/log/WDIO.xunit-2023-09-21T20-34-09-913Z.xml BlankPage 1695350052 1.807 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 1624.575ms