home / tests

testsuites

5 rows where build_id = 19042

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
220938 19042 19042 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/506/artifact/log/WDIO.xunit-2024-02-10T23-56-50-287Z.xml Special RecentChanges 1707634611 3.918 1 0 0 0
220939 19042 19042 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/506/artifact/log/WDIO.xunit-2024-02-10T23-56-50-307Z.xml Page 1707634611 25.251 9 0 0 0
220940 19042 19042 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/506/artifact/log/WDIO.xunit-2024-02-10T23-56-50-318Z.xml Special Watchlist 1707634611 0.521 1 0 0 1
220941 19042 19042 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/506/artifact/log/WDIO.xunit-2024-02-10T23-56-50-377Z.xml User 1707634611 6.567 2 0 0 0
220942 19042 19042 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/506/artifact/log/WDIO.xunit-2024-02-10T23-56-53-064Z.xml BlankPage 1707634615 1.009 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 1610.073ms