home / tests

testsuites

5 rows where build_id = 20525

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
239914 20525 20525 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1173/artifact/log/WDIO.xunit-2024-05-05T20-43-10-188Z.xml Special RecentChanges 1714963391 3.514 1 0 0 0
239915 20525 20525 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1173/artifact/log/WDIO.xunit-2024-05-05T20-43-10-205Z.xml Page 1714963391 24.949 9 0 0 0
239916 20525 20525 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1173/artifact/log/WDIO.xunit-2024-05-05T20-43-10-228Z.xml User 1714963391 5.894 2 0 0 0
239917 20525 20525 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1173/artifact/log/WDIO.xunit-2024-05-05T20-43-10-230Z.xml Special Watchlist 1714963391 0.783 1 0 0 1
239918 20525 20525 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1173/artifact/log/WDIO.xunit-2024-05-05T20-43-12-970Z.xml BlankPage 1714963394 0.79 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 1734.86ms