home / tests

testsuites

5 rows where build_id = 10468

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
140911 10468 10468 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23818/artifact/log/WDIO.xunit-2021-10-10T16-50-26-593Z.xml Page 1633906228 0.764 17 0 0 17
140912 10468 10468 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23818/artifact/log/WDIO.xunit-2021-10-10T16-50-30-675Z.xml Special RecentChanges 1633906232 0.889 2 0 0 2
140913 10468 10468 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23818/artifact/log/WDIO.xunit-2021-10-10T16-50-34-966Z.xml User 1633906236 6.401 2 0 0 0
140914 10468 10468 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23818/artifact/log/WDIO.xunit-2021-10-10T16-50-44-935Z.xml Special Watchlist 1633906246 2.789 2 0 0 2
140915 10468 10468 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23818/artifact/log/WDIO.xunit-2021-10-10T16-50-51-136Z.xml BlankPage 1633906252 0.801 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.225ms