home / tests

testsuites

5 rows where build_id = 19037

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
220913 19037 19037 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/511/artifact/log/WDIO.xunit-2024-02-15T23-56-41-206Z.xml Page 1708066602 23.793 9 0 0 0
220914 19037 19037 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/511/artifact/log/WDIO.xunit-2024-02-15T23-56-41-276Z.xml Special RecentChanges 1708066602 2.872 1 0 0 0
220915 19037 19037 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/511/artifact/log/WDIO.xunit-2024-02-15T23-56-41-307Z.xml User 1708066602 5.098 2 0 0 0
220916 19037 19037 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/511/artifact/log/WDIO.xunit-2024-02-15T23-56-41-326Z.xml Special Watchlist 1708066602 0.445 1 0 0 1
220917 19037 19037 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/511/artifact/log/WDIO.xunit-2024-02-15T23-56-43-673Z.xml BlankPage 1708066604 0.779 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 1630.344ms