home / tests

testsuites

5 rows where build_id = 4948

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
66846 4948 4948 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8509/artifact/log/WDIO.xunit-2021-10-04T11-48-27-337Z.xml Page 1633369708 0.816 17 0 0 17
66847 4948 4948 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8509/artifact/log/WDIO.xunit-2021-10-04T11-48-30-686Z.xml Special RecentChanges 1633369712 0.586 2 0 0 2
66848 4948 4948 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8509/artifact/log/WDIO.xunit-2021-10-04T11-48-34-267Z.xml User 1633369715 5.66 2 0 0 0
66849 4948 4948 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8509/artifact/log/WDIO.xunit-2021-10-04T11-48-42-426Z.xml Special Watchlist 1633369723 2.459 2 0 0 2
66850 4948 4948 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8509/artifact/log/WDIO.xunit-2021-10-04T11-48-47-480Z.xml BlankPage 1633369728 0.684 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 2097.937ms