home / tests

testsuites

4 rows where build_id = 14958

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
190762 14958 14958 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8887/artifact/log/WDIO.xunit-2023-09-26T05-59-19-221Z.xml Special RecentChanges 1695729560 4.193 1 0 0 0
190763 14958 14958 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8887/artifact/log/WDIO.xunit-2023-09-26T05-59-19-238Z.xml User 1695729560 6.821 2 0 0 0
190764 14958 14958 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8887/artifact/log/WDIO.xunit-2023-09-26T05-59-19-253Z.xml Page 1695729560 26.976 9 0 0 0
190765 14958 14958 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8887/artifact/log/WDIO.xunit-2023-09-26T05-59-21-921Z.xml BlankPage 1695729563 1.14 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 1616.43ms