home / tests

testsuites

5 rows where build_id = 11230

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
148281 11230 11230 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15291/artifact/log/WDIO.xunit-2021-10-12T23-19-31-682Z.xml Page 1634102372 1.096 17 0 0 17
148282 11230 11230 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15291/artifact/log/WDIO.xunit-2021-10-12T23-19-35-150Z.xml Special RecentChanges 1634102376 0.672 2 0 0 2
148283 11230 11230 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15291/artifact/log/WDIO.xunit-2021-10-12T23-19-38-270Z.xml User 1634102379 4.959 2 0 0 0
148284 11230 11230 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15291/artifact/log/WDIO.xunit-2021-10-12T23-19-45-759Z.xml Special Watchlist 1634102386 2.09 2 0 0 2
148285 11230 11230 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15291/artifact/log/WDIO.xunit-2021-10-12T23-19-50-269Z.xml BlankPage 1634102391 0.687 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 1545.826ms