home / tests

testsuites

4 rows where build_id = 17832

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
207313 17832 17832 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1770/artifact/log/WDIO.xunit-2024-01-30T01-10-48-523Z.xml Page 1706602250 23.092 9 0 0 0
207314 17832 17832 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1770/artifact/log/WDIO.xunit-2024-01-30T01-10-48-619Z.xml Special Watchlist 1706602250 0.499 1 0 0 1
207315 17832 17832 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1770/artifact/log/WDIO.xunit-2024-01-30T01-10-48-620Z.xml User 1706602249 5.357 2 0 0 0
207316 17832 17832 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1770/artifact/log/WDIO.xunit-2024-01-30T01-10-51-631Z.xml BlankPage 1706602252 0.718 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 1989.685ms