home / tests

testsuites

5 rows where build_id = 9753

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135357 9753 9753 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1559/artifact/log/WDIO.xunit-2021-10-09T06-29-37-193Z.xml Page 1633782578 0.8 17 0 0 17
135358 9753 9753 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1559/artifact/log/WDIO.xunit-2021-10-09T06-29-40-570Z.xml Special RecentChanges 1633782582 0.675 2 0 0 2
135359 9753 9753 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1559/artifact/log/WDIO.xunit-2021-10-09T06-29-44-199Z.xml User 1633782585 5.52 2 0 0 0
135360 9753 9753 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1559/artifact/log/WDIO.xunit-2021-10-09T06-29-52-192Z.xml Special Watchlist 1633782593 2.36 2 0 0 2
135361 9753 9753 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1559/artifact/log/WDIO.xunit-2021-10-09T06-29-57-075Z.xml BlankPage 1633782597 0.683 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 1549.406ms