home / tests

testsuites

4 rows where build_id = 14962

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
190781 14962 14962 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8883/artifact/log/WDIO.xunit-2023-09-26T05-53-14-330Z.xml Page 1695729196 31.741 9 0 0 0
190782 14962 14962 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8883/artifact/log/WDIO.xunit-2023-09-26T05-53-14-331Z.xml Special RecentChanges 1695729195 7.744 1 0 0 0
190783 14962 14962 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8883/artifact/log/WDIO.xunit-2023-09-26T05-53-14-342Z.xml User 1695729195 12.912 2 0 0 0
190784 14962 14962 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8883/artifact/log/WDIO.xunit-2023-09-26T05-53-18-273Z.xml BlankPage 1695729200 1.708 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 1844.431ms