home / tests

testsuites

5 rows where build_id = 17813

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
207051 17813 17813 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2401/artifact/log/WDIO.xunit-2024-01-30T02-26-57-035Z.xml Special RecentChanges 1706606818 5.44 1 0 0 0
207052 17813 17813 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2401/artifact/log/WDIO.xunit-2024-01-30T02-26-57-055Z.xml Special Watchlist 1706606818 0.414 1 0 0 1
207053 17813 17813 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2401/artifact/log/WDIO.xunit-2024-01-30T02-26-57-152Z.xml User 1706606818 8.037 2 0 0 0
207054 17813 17813 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2401/artifact/log/WDIO.xunit-2024-01-30T02-26-57-227Z.xml Page 1706606818 26.639 9 0 0 0
207055 17813 17813 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2401/artifact/log/WDIO.xunit-2024-01-30T02-27-00-520Z.xml BlankPage 1706606822 1.378 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 1618.318ms