home / tests

testsuites

5 rows where build_id = 9950

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136755 9950 9950 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23807/artifact/log/WDIO.xunit-2021-10-09T10-54-23-390Z.xml Page 1633798464 0.792 17 0 0 17
136756 9950 9950 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23807/artifact/log/WDIO.xunit-2021-10-09T10-54-26-682Z.xml Special RecentChanges 1633798467 0.697 2 0 0 2
136757 9950 9950 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23807/artifact/log/WDIO.xunit-2021-10-09T10-54-29-829Z.xml User 1633798471 5.548 2 0 0 0
136758 9950 9950 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23807/artifact/log/WDIO.xunit-2021-10-09T10-54-37-873Z.xml Special Watchlist 1633798479 2.527 2 0 0 2
136759 9950 9950 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23807/artifact/log/WDIO.xunit-2021-10-09T10-54-42-885Z.xml BlankPage 1633798483 0.665 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 1624.667ms