home / tests

testsuites

5 rows where build_id = 15196

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193606 15196 15196 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1987/artifact/log/WDIO.xunit-2023-09-21T19-37-34-945Z.xml Page 1695346656 22.051 9 0 0 0
193607 15196 15196 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1987/artifact/log/WDIO.xunit-2023-09-21T19-37-34-994Z.xml User 1695346656 5.512 2 0 0 0
193608 15196 15196 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1987/artifact/log/WDIO.xunit-2023-09-21T19-37-34-997Z.xml Special RecentChanges 1695346656 3.07 1 0 0 0
193609 15196 15196 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1987/artifact/log/WDIO.xunit-2023-09-21T19-37-35-000Z.xml Special Watchlist 1695346656 0.48 1 0 0 1
193610 15196 15196 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1987/artifact/log/WDIO.xunit-2023-09-21T19-37-37-248Z.xml BlankPage 1695346658 0.727 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 1627.382ms