home / tests

testsuites

4 rows where build_id = 16564

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200031 16564 16564 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2348/artifact/log/WDIO.xunit-2024-01-12T01-26-16-412Z.xml Special RecentChanges 1705047977 4.382 1 0 0 0
200032 16564 16564 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2348/artifact/log/WDIO.xunit-2024-01-12T01-26-16-432Z.xml Page 1705047977 24.738 9 0 0 0
200033 16564 16564 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2348/artifact/log/WDIO.xunit-2024-01-12T01-26-16-448Z.xml User 1705047977 7.013 2 0 0 0
200034 16564 16564 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2348/artifact/log/WDIO.xunit-2024-01-12T01-26-18-848Z.xml BlankPage 1705047980 1.174 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 5823.949ms