home / tests

testsuites

5 rows where build_id = 6358

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
85334 6358 6358 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23758/artifact/log/WDIO.xunit-2021-10-05T19-05-19-758Z.xml Page 1633482320 0.755 17 0 0 17
85335 6358 6358 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23758/artifact/log/WDIO.xunit-2021-10-05T19-05-22-990Z.xml Special RecentChanges 1633482324 0.76 2 0 0 2
85336 6358 6358 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23758/artifact/log/WDIO.xunit-2021-10-05T19-05-26-245Z.xml User 1633482327 5.382 2 0 0 0
85337 6358 6358 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23758/artifact/log/WDIO.xunit-2021-10-05T19-05-34-092Z.xml Special Watchlist 1633482335 2.398 2 0 0 2
85338 6358 6358 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23758/artifact/log/WDIO.xunit-2021-10-05T19-05-38-948Z.xml BlankPage 1633482339 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 1979.257ms