home / tests

testsuites

5 rows where build_id = 9949

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
136750 9949 9949 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23808/artifact/log/WDIO.xunit-2021-10-09T10-54-09-940Z.xml Page 1633798451 0.811 17 0 0 17
136751 9949 9949 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23808/artifact/log/WDIO.xunit-2021-10-09T10-54-13-178Z.xml Special RecentChanges 1633798454 0.661 2 0 0 2
136752 9949 9949 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23808/artifact/log/WDIO.xunit-2021-10-09T10-54-16-209Z.xml User 1633798457 5.87 2 0 0 0
136753 9949 9949 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23808/artifact/log/WDIO.xunit-2021-10-09T10-54-24-483Z.xml Special Watchlist 1633798465 2.425 2 0 0 2
136754 9949 9949 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23808/artifact/log/WDIO.xunit-2021-10-09T10-54-29-426Z.xml BlankPage 1633798470 0.631 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 1643.749ms