home / tests

testsuites

5 rows where build_id = 19038

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests

id ▼ build_id url name timestamp time tests failures errors skipped
220918 19038 19038 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/510/artifact/log/WDIO.xunit-2024-02-14T23-56-40-544Z.xml Special RecentChanges 1707980201 2.608 1 0 0 0
220919 19038 19038 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/510/artifact/log/WDIO.xunit-2024-02-14T23-56-40-547Z.xml User 1707980201 5.034 2 0 0 0
220920 19038 19038 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/510/artifact/log/WDIO.xunit-2024-02-14T23-56-40-550Z.xml Page 1707980201 21.565 9 0 0 0
220921 19038 19038 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/510/artifact/log/WDIO.xunit-2024-02-14T23-56-40-585Z.xml Special Watchlist 1707980201 0.354 1 0 0 1
220922 19038 19038 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/510/artifact/log/WDIO.xunit-2024-02-14T23-56-42-782Z.xml BlankPage 1707980203 0.674 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 2143.625ms