home / tests

testsuites

5 rows where build_id = 13666

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
181260 13666 13666 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/104/artifact/log/WDIO.xunit-2021-12-05T15-42-51-870Z.xml Page 1638744172 0.556 17 0 0 17
181261 13666 13666 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/104/artifact/log/WDIO.xunit-2021-12-05T15-42-54-272Z.xml Special RecentChanges 1638744175 0.498 2 0 0 2
181262 13666 13666 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/104/artifact/log/WDIO.xunit-2021-12-05T15-42-56-484Z.xml User 1638744177 3.992 2 0 0 0
181263 13666 13666 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/104/artifact/log/WDIO.xunit-2021-12-05T15-43-02-183Z.xml Special Watchlist 1638744183 1.846 2 0 0 2
181264 13666 13666 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/104/artifact/log/WDIO.xunit-2021-12-05T15-43-05-765Z.xml BlankPage 1638744186 0.44 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 1585.257ms