home / tests

testsuites

4 rows where build_id = 15202

✎ 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
193636 15202 15202 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1369/artifact/log/WDIO.xunit-2023-09-26T20-20-31-311Z.xml User 1695781232 5.317 2 0 0 0
193637 15202 15202 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1369/artifact/log/WDIO.xunit-2023-09-26T20-20-31-372Z.xml Special Watchlist 1695781232 0.481 1 0 0 1
193638 15202 15202 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1369/artifact/log/WDIO.xunit-2023-09-26T20-20-31-375Z.xml Page 1695781232 21.138 9 0 0 0
193639 15202 15202 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1369/artifact/log/WDIO.xunit-2023-09-26T20-20-33-585Z.xml BlankPage 1695781234 0.761 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 2109.187ms