home / tests

testsuites

5 rows where build_id = 770

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3220 770 770 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77962/artifact/log/WDIO.xunit-2021-09-27T23-13-26-295Z.xml Page 1632806007 1.002 17 0 0 17
3221 770 770 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77962/artifact/log/WDIO.xunit-2021-09-27T23-13-29-692Z.xml Special RecentChanges 1632806011 0.646 2 0 0 2
3222 770 770 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77962/artifact/log/WDIO.xunit-2021-09-27T23-13-33-095Z.xml User 1632806014 5.1 2 0 0 0
3223 770 770 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77962/artifact/log/WDIO.xunit-2021-09-27T23-13-40-554Z.xml Special Watchlist 1632806021 2.309 2 0 0 2
3224 770 770 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77962/artifact/log/WDIO.xunit-2021-09-27T23-13-45-224Z.xml BlankPage 1632806026 0.59 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 1741.697ms