home / tests

testsuites

5 rows where build_id = 14959

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
190766 14959 14959 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8886/artifact/log/WDIO.xunit-2023-09-26T05-59-19-380Z.xml Page 1695729560 22.57 9 0 0 0
190767 14959 14959 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8886/artifact/log/WDIO.xunit-2023-09-26T05-59-19-429Z.xml Special RecentChanges 1695729560 3.749 1 0 0 0
190768 14959 14959 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8886/artifact/log/WDIO.xunit-2023-09-26T05-59-19-448Z.xml Special Watchlist 1695729560 0.863 1 0 0 1
190769 14959 14959 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8886/artifact/log/WDIO.xunit-2023-09-26T05-59-19-460Z.xml User 1695729560 5.762 2 0 0 0
190770 14959 14959 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8886/artifact/log/WDIO.xunit-2023-09-26T05-59-22-184Z.xml BlankPage 1695729563 0.926 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 2588.023ms