home / tests

testsuites

4 rows where build_id = 16253

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests

id ▼ build_id url name timestamp time tests failures errors skipped
197191 16253 16253 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10942/artifact/log/WDIO.xunit-2024-01-15T17-49-27-835Z.xml Page 1705366169 20.941 9 0 0 0
197192 16253 16253 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10942/artifact/log/WDIO.xunit-2024-01-15T17-49-27-874Z.xml User 1705366168 5.894 2 0 0 0
197193 16253 16253 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10942/artifact/log/WDIO.xunit-2024-01-15T17-49-27-885Z.xml Special RecentChanges 1705366168 2.927 1 0 0 0
197194 16253 16253 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10942/artifact/log/WDIO.xunit-2024-01-15T17-49-30-551Z.xml BlankPage 1705366171 0.731 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 1508.542ms