home / tests

testsuites

5 rows where build_id = 15193

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193591 15193 15193 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1990/artifact/log/WDIO.xunit-2023-09-22T08-13-53-604Z.xml Page 1695392035 22.521 9 0 0 0
193592 15193 15193 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1990/artifact/log/WDIO.xunit-2023-09-22T08-13-53-627Z.xml Special RecentChanges 1695392034 3.677 1 0 0 0
193593 15193 15193 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1990/artifact/log/WDIO.xunit-2023-09-22T08-13-53-637Z.xml User 1695392035 5.37 2 0 0 0
193594 15193 15193 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1990/artifact/log/WDIO.xunit-2023-09-22T08-13-53-739Z.xml Special Watchlist 1695392034 0.513 1 0 0 1
193595 15193 15193 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1990/artifact/log/WDIO.xunit-2023-09-22T08-13-56-196Z.xml BlankPage 1695392037 0.846 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 1662.873ms