home / tests

testsuites

5 rows where build_id = 15215

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193768 15215 15215 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1356/artifact/log/WDIO.xunit-2023-09-21T18-57-42-237Z.xml Special RecentChanges 1695344263 10.957 1 0 0 0
193769 15215 15215 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1356/artifact/log/WDIO.xunit-2023-09-21T18-57-42-330Z.xml Special Watchlist 1695344263 0.633 1 0 0 1
193770 15215 15215 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1356/artifact/log/WDIO.xunit-2023-09-21T18-57-42-514Z.xml User 1695344263 25.495 2 0 0 0
193771 15215 15215 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1356/artifact/log/WDIO.xunit-2023-09-21T18-57-42-545Z.xml Page 1695344264 52.039 9 0 0 0
193772 15215 15215 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1356/artifact/log/WDIO.xunit-2023-09-21T18-57-45-284Z.xml BlankPage 1695344266 3.991 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 1944.26ms