home / tests

testsuites

4 rows where build_id = 20672

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243116 20672 20672 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/404/artifact/log/WDIO.xunit-2024-05-08T14-34-02-573Z.xml User 1715200444 6.357 2 0 0 0
243117 20672 20672 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/404/artifact/log/WDIO.xunit-2024-05-08T14-34-02-648Z.xml Page 1715200444 25.043 9 0 0 0
243118 20672 20672 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/404/artifact/log/WDIO.xunit-2024-05-08T14-34-02-668Z.xml Special RecentChanges 1715200443 3.668 1 0 0 0
243119 20672 20672 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/404/artifact/log/WDIO.xunit-2024-05-08T14-34-05-167Z.xml BlankPage 1715200446 0.756 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 1632.4ms