home / tests

testsuites

5 rows where build_id = 22483

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
257126 22483 22483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/985/artifact/log/WDIO.xunit-2024-06-16T19-22-34-832Z.xml Special RecentChanges 1718587355 3.346 1 0 0 0
257127 22483 22483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/985/artifact/log/WDIO.xunit-2024-06-16T19-22-34-848Z.xml Page 1718587355 22.045 9 0 0 0
257128 22483 22483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/985/artifact/log/WDIO.xunit-2024-06-16T19-22-34-871Z.xml Special Watchlist 1718587355 0.774 1 0 0 1
257129 22483 22483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/985/artifact/log/WDIO.xunit-2024-06-16T19-22-34-910Z.xml User 1718587356 5.645 2 0 0 0
257130 22483 22483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/985/artifact/log/WDIO.xunit-2024-06-16T19-22-37-473Z.xml BlankPage 1718587358 0.777 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 2034.393ms