home / tests

testsuites

5 rows where build_id = 16551

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
199898 16551 16551 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2361/artifact/log/WDIO.xunit-2024-01-13T01-18-06-468Z.xml Page 1705133887 23.596 9 0 0 0
199899 16551 16551 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2361/artifact/log/WDIO.xunit-2024-01-13T01-18-06-481Z.xml User 1705133887 5.688 2 0 0 0
199900 16551 16551 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2361/artifact/log/WDIO.xunit-2024-01-13T01-18-06-482Z.xml Special RecentChanges 1705133887 3.497 1 0 0 0
199901 16551 16551 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2361/artifact/log/WDIO.xunit-2024-01-13T01-18-06-505Z.xml Special Watchlist 1705133887 0.423 1 0 0 1
199902 16551 16551 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2361/artifact/log/WDIO.xunit-2024-01-13T01-18-09-214Z.xml BlankPage 1705133890 0.71 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 1546.757ms