home / tests

testsuites

5 rows where build_id = 761

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3170 761 761 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77971/artifact/log/WDIO.xunit-2021-09-28T00-15-19-797Z.xml Page 1632809721 1.173 17 0 0 17
3171 761 761 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77971/artifact/log/WDIO.xunit-2021-09-28T00-15-23-945Z.xml Special RecentChanges 1632809725 0.844 2 0 0 2
3172 761 761 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77971/artifact/log/WDIO.xunit-2021-09-28T00-15-28-125Z.xml User 1632809729 6.921 2 0 0 0
3173 761 761 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77971/artifact/log/WDIO.xunit-2021-09-28T00-15-38-247Z.xml Special Watchlist 1632809740 2.456 2 0 0 2
3174 761 761 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77971/artifact/log/WDIO.xunit-2021-09-28T00-15-44-408Z.xml BlankPage 1632809745 0.676 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 1516.55ms