home / tests

testsuites

5 rows where build_id = 10532

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
141228 10532 10532 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1613/artifact/log/WDIO.xunit-2021-10-10T18-30-18-194Z.xml Page 1633912219 0.832 17 0 0 17
141229 10532 10532 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1613/artifact/log/WDIO.xunit-2021-10-10T18-30-21-722Z.xml Special RecentChanges 1633912223 0.659 2 0 0 2
141230 10532 10532 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1613/artifact/log/WDIO.xunit-2021-10-10T18-30-25-390Z.xml User 1633912226 5.717 2 0 0 0
141231 10532 10532 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1613/artifact/log/WDIO.xunit-2021-10-10T18-30-34-045Z.xml Special Watchlist 1633912235 2.738 2 0 0 2
141232 10532 10532 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1613/artifact/log/WDIO.xunit-2021-10-10T18-30-39-458Z.xml BlankPage 1633912240 0.702 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 1598.08ms