home / tests

testsuites

5 rows where build_id = 16597

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200293 16597 16597 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1728/artifact/log/WDIO.xunit-2024-01-13T01-00-43-106Z.xml Page 1705132844 23.709 9 0 0 0
200294 16597 16597 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1728/artifact/log/WDIO.xunit-2024-01-13T01-00-43-159Z.xml Special Watchlist 1705132844 0.509 1 0 0 1
200295 16597 16597 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1728/artifact/log/WDIO.xunit-2024-01-13T01-00-43-190Z.xml Special RecentChanges 1705132844 3.331 1 0 0 0
200296 16597 16597 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1728/artifact/log/WDIO.xunit-2024-01-13T01-00-43-206Z.xml User 1705132844 6.829 2 0 0 0
200297 16597 16597 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1728/artifact/log/WDIO.xunit-2024-01-13T01-00-45-737Z.xml BlankPage 1705132847 1.12 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 2048.134ms