home / tests

testsuites

5 rows where build_id = 15186

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
193487 15186 15186 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1997/artifact/log/WDIO.xunit-2023-09-25T22-44-40-066Z.xml User 1695703481 6.547 2 0 0 0
193488 15186 15186 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1997/artifact/log/WDIO.xunit-2023-09-25T22-44-40-067Z.xml Special RecentChanges 1695703481 4.117 1 0 0 0
193489 15186 15186 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1997/artifact/log/WDIO.xunit-2023-09-25T22-44-40-073Z.xml Special Watchlist 1695703481 0.475 1 0 0 1
193490 15186 15186 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1997/artifact/log/WDIO.xunit-2023-09-25T22-44-40-130Z.xml Page 1695703481 24.544 9 0 0 0
193491 15186 15186 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1997/artifact/log/WDIO.xunit-2023-09-25T22-44-42-895Z.xml BlankPage 1695703484 0.96 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 1569.626ms