home / tests

testsuites

5 rows where build_id = 790

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3370 790 790 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77941/artifact/log/WDIO.xunit-2021-09-27T21-46-09-365Z.xml Page 1632800770 1.123 17 0 0 17
3371 790 790 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77941/artifact/log/WDIO.xunit-2021-09-27T21-46-13-317Z.xml Special RecentChanges 1632800774 0.613 2 0 0 2
3372 790 790 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77941/artifact/log/WDIO.xunit-2021-09-27T21-46-16-514Z.xml User 1632800777 5.499 2 0 0 0
3373 790 790 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77941/artifact/log/WDIO.xunit-2021-09-27T21-46-24-387Z.xml Special Watchlist 1632800785 2.264 2 0 0 2
3374 790 790 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77941/artifact/log/WDIO.xunit-2021-09-27T21-46-29-162Z.xml BlankPage 1632800790 1.317 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 2353.453ms