home / tests

testsuites

5 rows where build_id = 9958

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
136795 9958 9958 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23793/artifact/log/WDIO.xunit-2021-10-09T10-46-29-543Z.xml Page 1633797990 0.722 17 0 0 17
136796 9958 9958 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23793/artifact/log/WDIO.xunit-2021-10-09T10-46-32-583Z.xml Special RecentChanges 1633797993 0.638 2 0 0 2
136797 9958 9958 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23793/artifact/log/WDIO.xunit-2021-10-09T10-46-35-626Z.xml User 1633797996 5.077 2 0 0 0
136798 9958 9958 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23793/artifact/log/WDIO.xunit-2021-10-09T10-46-42-991Z.xml Special Watchlist 1633798004 2.455 2 0 0 2
136799 9958 9958 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23793/artifact/log/WDIO.xunit-2021-10-09T10-46-47-773Z.xml BlankPage 1633798008 0.72 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 2222.063ms