home / tests

testsuites

5 rows where build_id = 16558

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
199933 16558 16558 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2354/artifact/log/WDIO.xunit-2024-01-12T21-45-03-083Z.xml User 1705121104 10.922 2 0 0 0
199934 16558 16558 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2354/artifact/log/WDIO.xunit-2024-01-12T21-45-03-107Z.xml Special Watchlist 1705121104 0.641 1 0 0 1
199935 16558 16558 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2354/artifact/log/WDIO.xunit-2024-01-12T21-45-03-130Z.xml Page 1705121104 27.698 9 0 0 0
199936 16558 16558 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2354/artifact/log/WDIO.xunit-2024-01-12T21-45-03-140Z.xml Special RecentChanges 1705121104 5.354 1 0 0 0
199937 16558 16558 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2354/artifact/log/WDIO.xunit-2024-01-12T21-45-06-612Z.xml BlankPage 1705121108 1.065 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 1643.5ms