home / tests

testsuites

5 rows where build_id = 16559

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
199938 16559 16559 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2353/artifact/log/WDIO.xunit-2024-01-12T21-26-32-357Z.xml Special RecentChanges 1705119993 5.246 1 0 0 0
199939 16559 16559 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2353/artifact/log/WDIO.xunit-2024-01-12T21-26-32-425Z.xml Special Watchlist 1705119993 0.466 1 0 0 1
199940 16559 16559 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2353/artifact/log/WDIO.xunit-2024-01-12T21-26-32-430Z.xml Page 1705119993 33.511 9 0 0 0
199941 16559 16559 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2353/artifact/log/WDIO.xunit-2024-01-12T21-26-32-607Z.xml User 1705119994 10.401 2 0 0 0
199942 16559 16559 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2353/artifact/log/WDIO.xunit-2024-01-12T21-26-35-726Z.xml BlankPage 1705119998 1.336 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 1616.619ms