home / tests

testsuites

5 rows where build_id = 834

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3952 834 834 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77894/artifact/log/WDIO.xunit-2021-09-27T17-54-11-319Z.xml Page 1632786852 1.06 17 0 0 17
3953 834 834 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77894/artifact/log/WDIO.xunit-2021-09-27T17-54-15-061Z.xml Special RecentChanges 1632786856 0.646 2 0 0 2
3954 834 834 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77894/artifact/log/WDIO.xunit-2021-09-27T17-54-18-154Z.xml User 1632786859 5.138 2 0 0 0
3955 834 834 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77894/artifact/log/WDIO.xunit-2021-09-27T17-54-25-784Z.xml Special Watchlist 1632786867 2.249 2 0 0 2
3956 834 834 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77894/artifact/log/WDIO.xunit-2021-09-27T17-54-30-932Z.xml BlankPage 1632786872 0.526 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 1515.717ms