home / tests

testsuites

5 rows where build_id = 16248

✎ 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
197166 16248 16248 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10947/artifact/log/WDIO.xunit-2024-01-15T17-54-44-906Z.xml Special RecentChanges 1705366486 4.009 1 0 0 0
197167 16248 16248 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10947/artifact/log/WDIO.xunit-2024-01-15T17-54-44-915Z.xml Page 1705366486 68.375 9 0 0 0
197168 16248 16248 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10947/artifact/log/WDIO.xunit-2024-01-15T17-54-44-941Z.xml User 1705366486 54.634 2 0 0 0
197169 16248 16248 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10947/artifact/log/WDIO.xunit-2024-01-15T17-54-44-973Z.xml Special Watchlist 1705366486 0.797 1 0 0 1
197170 16248 16248 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10947/artifact/log/WDIO.xunit-2024-01-15T17-54-48-008Z.xml BlankPage 1705366489 49.782 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 1577.862ms