home / tests

testsuites

5 rows where build_id = 16302

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
197560 16302 16302 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/798/artifact/log/WDIO.xunit-2024-01-12T10-41-33-137Z.xml User 1705081295 8.838 2 0 0 0
197561 16302 16302 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/798/artifact/log/WDIO.xunit-2024-01-12T10-41-33-162Z.xml Special RecentChanges 1705081295 4.311 1 0 0 0
197562 16302 16302 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/798/artifact/log/WDIO.xunit-2024-01-12T10-41-33-179Z.xml Page 1705081295 28.026 9 0 0 0
197563 16302 16302 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/798/artifact/log/WDIO.xunit-2024-01-12T10-41-33-261Z.xml Special Watchlist 1705081295 0.494 1 0 0 1
197564 16302 16302 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/798/artifact/log/WDIO.xunit-2024-01-12T10-41-36-575Z.xml BlankPage 1705081298 3.661 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 2241.732ms