home / tests

testsuites

5 rows where build_id = 16283

✎ 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
197387 16283 16283 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10905/artifact/log/WDIO.xunit-2024-01-12T14-39-21-847Z.xml Special Watchlist 1705095562 0.722 1 0 0 1
197388 16283 16283 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10905/artifact/log/WDIO.xunit-2024-01-12T14-39-21-952Z.xml User 1705095562 6.795 2 0 0 0
197389 16283 16283 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10905/artifact/log/WDIO.xunit-2024-01-12T14-39-21-972Z.xml Special RecentChanges 1705095562 3.82 1 0 0 0
197390 16283 16283 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10905/artifact/log/WDIO.xunit-2024-01-12T14-39-22-042Z.xml Page 1705095562 23.952 9 0 0 0
197391 16283 16283 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10905/artifact/log/WDIO.xunit-2024-01-12T14-39-24-493Z.xml BlankPage 1705095566 1.45 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 1589.401ms