home / tests

testsuites

3 rows where build_id = 831

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
3939 831 831 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77897/artifact/log/WDIO.xunit-2021-09-27T18-11-55-431Z.xml Homepage 1632787934 8.359 3 0 0 0
3940 831 831 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77897/artifact/log/WDIO.xunit-2021-09-27T18-12-24-836Z.xml Special WelcomeSurvey 1632787954 3.492 1 0 0 0
3941 831 831 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77897/artifact/log/WDIO.xunit-2021-09-27T18-13-13-935Z.xml Page 1632787995 0.807 17 0 0 17

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 1465.46ms