home / tests

testsuites

5 rows where build_id = 19330

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227176 19330 19330 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2032/artifact/log/WDIO.xunit-2024-02-13T19-21-27-864Z.xml Special RecentChanges 1707877289 6.674 1 0 0 0
227177 19330 19330 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2032/artifact/log/WDIO.xunit-2024-02-13T19-21-27-961Z.xml User 1707877289 10.708 2 0 0 0
227178 19330 19330 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2032/artifact/log/WDIO.xunit-2024-02-13T19-21-28-031Z.xml Special Watchlist 1707877289 0.922 1 0 0 1
227179 19330 19330 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2032/artifact/log/WDIO.xunit-2024-02-13T19-21-28-123Z.xml Page 1707877289 33.518 9 0 0 0
227180 19330 19330 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2032/artifact/log/WDIO.xunit-2024-02-13T19-21-32-463Z.xml BlankPage 1707877296 1.581 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 1748.396ms