home / tests

testsuites

5 rows where build_id = 18956

✎ 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
219232 18956 18956 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/14437/artifact/log/WDIO.xunit-2024-02-16T10-15-49-526Z.xml User 1708103750 7.291 2 0 0 0
219233 18956 18956 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/14437/artifact/log/WDIO.xunit-2024-02-16T10-15-49-530Z.xml Special RecentChanges 1708103750 3.53 1 0 0 0
219234 18956 18956 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/14437/artifact/log/WDIO.xunit-2024-02-16T10-15-49-580Z.xml Page 1708103750 24.675 9 0 0 0
219235 18956 18956 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/14437/artifact/log/WDIO.xunit-2024-02-16T10-15-49-648Z.xml Special Watchlist 1708103750 0.836 1 0 0 1
219236 18956 18956 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/14437/artifact/log/WDIO.xunit-2024-02-16T10-15-52-371Z.xml BlankPage 1708103753 0.863 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 3335.645ms