home / tests

testsuites

5 rows where build_id = 11585

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
151178 11585 11585 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8584/artifact/log/WDIO.xunit-2021-10-13T19-51-10-574Z.xml Page 1634176271 0.639 17 0 0 17
151179 11585 11585 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8584/artifact/log/WDIO.xunit-2021-10-13T19-51-13-538Z.xml Special RecentChanges 1634176274 0.57 2 0 0 2
151180 11585 11585 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8584/artifact/log/WDIO.xunit-2021-10-13T19-51-16-378Z.xml User 1634176277 4.773 2 0 0 0
151181 11585 11585 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8584/artifact/log/WDIO.xunit-2021-10-13T19-51-23-389Z.xml Special Watchlist 1634176284 2.092 2 0 0 2
151182 11585 11585 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8584/artifact/log/WDIO.xunit-2021-10-13T19-51-27-752Z.xml BlankPage 1634176288 0.57 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 1592.284ms