home / tests

testsuites

5 rows where build_id = 10164

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
138817 10164 10164 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7861/artifact/log/WDIO.xunit-2021-10-09T20-27-31-202Z.xml Page 1633832852 0.834 17 0 0 17
138818 10164 10164 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7861/artifact/log/WDIO.xunit-2021-10-09T20-27-34-977Z.xml Special RecentChanges 1633832856 0.738 2 0 0 2
138819 10164 10164 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7861/artifact/log/WDIO.xunit-2021-10-09T20-27-38-256Z.xml User 1633832859 5.536 2 0 0 0
138820 10164 10164 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7861/artifact/log/WDIO.xunit-2021-10-09T20-27-46-739Z.xml Special Watchlist 1633832867 2.617 2 0 0 2
138821 10164 10164 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7861/artifact/log/WDIO.xunit-2021-10-09T20-27-51-944Z.xml BlankPage 1633832872 0.695 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 1625.554ms