home / tests

testsuites

5 rows where build_id = 15198

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193616 15198 15198 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1985/artifact/log/WDIO.xunit-2023-09-21T18-58-08-261Z.xml Special RecentChanges 1695344290 6.814 1 0 0 0
193617 15198 15198 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1985/artifact/log/WDIO.xunit-2023-09-21T18-58-08-452Z.xml User 1695344290 14.374 2 0 0 0
193618 15198 15198 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1985/artifact/log/WDIO.xunit-2023-09-21T18-58-08-593Z.xml Page 1695344290 36.305 9 0 0 0
193619 15198 15198 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1985/artifact/log/WDIO.xunit-2023-09-21T18-58-08-811Z.xml Special Watchlist 1695344290 0.856 1 0 0 1
193620 15198 15198 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1985/artifact/log/WDIO.xunit-2023-09-21T18-58-13-062Z.xml BlankPage 1695344294 3.604 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 1600.84ms