home / tests

testsuites

5 rows where build_id = 10533

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
141233 10533 10533 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1612/artifact/log/WDIO.xunit-2021-10-10T18-30-08-556Z.xml Page 1633912210 0.748 17 0 0 17
141234 10533 10533 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1612/artifact/log/WDIO.xunit-2021-10-10T18-30-12-274Z.xml Special RecentChanges 1633912213 0.687 2 0 0 2
141235 10533 10533 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1612/artifact/log/WDIO.xunit-2021-10-10T18-30-15-402Z.xml User 1633912216 5.164 2 0 0 0
141236 10533 10533 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1612/artifact/log/WDIO.xunit-2021-10-10T18-30-22-971Z.xml Special Watchlist 1633912224 2.477 2 0 0 2
141237 10533 10533 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1612/artifact/log/WDIO.xunit-2021-10-10T18-30-27-846Z.xml BlankPage 1633912228 0.632 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 1605.585ms