home / tests

testsuites

5 rows where build_id = 10005

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
137036 10005 10005 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8531/artifact/log/WDIO.xunit-2021-10-09T10-28-39-368Z.xml Page 1633796921 0.882 17 0 0 17
137037 10005 10005 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8531/artifact/log/WDIO.xunit-2021-10-09T10-28-43-735Z.xml Special RecentChanges 1633796925 0.809 2 0 0 2
137038 10005 10005 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8531/artifact/log/WDIO.xunit-2021-10-09T10-28-48-149Z.xml User 1633796929 7.97 2 0 0 0
137039 10005 10005 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8531/artifact/log/WDIO.xunit-2021-10-09T10-28-59-752Z.xml Special Watchlist 1633796941 2.872 2 0 0 2
137040 10005 10005 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8531/artifact/log/WDIO.xunit-2021-10-09T10-29-06-310Z.xml BlankPage 1633796947 0.813 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 1720.124ms