home / tests

testsuites

5 rows where build_id = 9751

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
135347 9751 9751 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1561/artifact/log/WDIO.xunit-2021-10-09T06-29-36-362Z.xml Page 1633782577 0.793 17 0 0 17
135348 9751 9751 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1561/artifact/log/WDIO.xunit-2021-10-09T06-29-40-096Z.xml Special RecentChanges 1633782581 0.692 2 0 0 2
135349 9751 9751 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1561/artifact/log/WDIO.xunit-2021-10-09T06-29-43-252Z.xml User 1633782584 5.881 2 0 0 0
135350 9751 9751 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1561/artifact/log/WDIO.xunit-2021-10-09T06-29-51-667Z.xml Special Watchlist 1633782592 2.43 2 0 0 2
135351 9751 9751 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1561/artifact/log/WDIO.xunit-2021-10-09T06-29-56-659Z.xml BlankPage 1633782597 0.599 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 1691.313ms