home / tests

testsuites

4 rows where build_id = 20414

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
237864 20414 20414 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/237/artifact/log/WDIO.xunit-2024-05-07T05-57-30-846Z.xml User 1715083051 4.906 2 0 0 0
237865 20414 20414 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/237/artifact/log/WDIO.xunit-2024-05-07T05-57-30-848Z.xml Page 1715083051 0.552 17 0 0 17
237866 20414 20414 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/237/artifact/log/WDIO.xunit-2024-05-07T05-57-30-851Z.xml Special RecentChanges 1715083051 0.563 2 0 0 2
237867 20414 20414 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/237/artifact/log/WDIO.xunit-2024-05-07T05-57-33-107Z.xml BlankPage 1715083053 0.485 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 1621.959ms