home / tests

testsuites

5 rows where build_id = 19242

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
226105 19242 19242 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2665/artifact/log/WDIO.xunit-2024-02-14T02-09-51-985Z.xml Page 1707901795 37.174 9 0 0 0
226106 19242 19242 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2665/artifact/log/WDIO.xunit-2024-02-14T02-09-52-069Z.xml Special RecentChanges 1707901795 7.433 1 0 0 0
226107 19242 19242 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2665/artifact/log/WDIO.xunit-2024-02-14T02-09-52-178Z.xml Special Watchlist 1707901795 0.402 1 0 0 1
226108 19242 19242 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2665/artifact/log/WDIO.xunit-2024-02-14T02-09-52-232Z.xml User 1707901795 13.497 2 0 0 0
226109 19242 19242 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2665/artifact/log/WDIO.xunit-2024-02-14T02-09-56-319Z.xml BlankPage 1707901797 3.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 1651.921ms