home / tests

testsuites

5 rows where build_id = 9982

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136918 9982 9982 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8563/artifact/log/WDIO.xunit-2021-10-09T10-58-54-858Z.xml Page 1633798736 4.058 17 0 0 17
136919 9982 9982 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8563/artifact/log/WDIO.xunit-2021-10-09T10-59-01-380Z.xml Special RecentChanges 1633798742 0.667 2 0 0 2
136920 9982 9982 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8563/artifact/log/WDIO.xunit-2021-10-09T10-59-04-496Z.xml User 1633798745 5.563 2 0 0 0
136921 9982 9982 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8563/artifact/log/WDIO.xunit-2021-10-09T10-59-12-351Z.xml Special Watchlist 1633798753 2.326 2 0 0 2
136922 9982 9982 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8563/artifact/log/WDIO.xunit-2021-10-09T10-59-16-998Z.xml BlankPage 1633798757 0.606 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 1576.223ms