home / tests

testsuites

5 rows where build_id = 833

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3947 833 833 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77895/artifact/log/WDIO.xunit-2021-09-27T17-54-10-887Z.xml Page 1632786852 1.044 17 0 0 17
3948 833 833 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77895/artifact/log/WDIO.xunit-2021-09-27T17-54-14-859Z.xml Special RecentChanges 1632786856 0.642 2 0 0 2
3949 833 833 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77895/artifact/log/WDIO.xunit-2021-09-27T17-54-18-019Z.xml User 1632786859 5.195 2 0 0 0
3950 833 833 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77895/artifact/log/WDIO.xunit-2021-09-27T17-54-25-663Z.xml Special Watchlist 1632786867 2.271 2 0 0 2
3951 833 833 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77895/artifact/log/WDIO.xunit-2021-09-27T17-54-30-874Z.xml BlankPage 1632786871 0.596 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 2337.316ms