home / tests

testsuites

5 rows where build_id = 775

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3259 775 775 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77957/artifact/log/WDIO.xunit-2021-09-27T22-35-59-308Z.xml Page 1632803760 4.696 17 0 0 17
3260 775 775 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77957/artifact/log/WDIO.xunit-2021-09-27T22-36-06-416Z.xml Special RecentChanges 1632803767 0.667 2 0 0 2
3261 775 775 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77957/artifact/log/WDIO.xunit-2021-09-27T22-36-09-475Z.xml User 1632803770 10.447 2 0 0 0
3262 775 775 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77957/artifact/log/WDIO.xunit-2021-09-27T22-36-22-369Z.xml Special Watchlist 1632803783 2.236 2 0 0 2
3263 775 775 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77957/artifact/log/WDIO.xunit-2021-09-27T22-36-27-225Z.xml BlankPage 1632803788 0.587 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 5432.513ms