home / tests

testsuites

5 rows where build_id = 10531

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
141223 10531 10531 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1614/artifact/log/WDIO.xunit-2021-10-10T18-30-33-730Z.xml Page 1633912235 0.844 17 0 0 17
141224 10531 10531 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1614/artifact/log/WDIO.xunit-2021-10-10T18-30-37-978Z.xml Special RecentChanges 1633912239 0.775 2 0 0 2
141225 10531 10531 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1614/artifact/log/WDIO.xunit-2021-10-10T18-30-42-198Z.xml User 1633912243 5.823 2 0 0 0
141226 10531 10531 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1614/artifact/log/WDIO.xunit-2021-10-10T18-30-51-471Z.xml Special Watchlist 1633912253 2.823 2 0 0 2
141227 10531 10531 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1614/artifact/log/WDIO.xunit-2021-10-10T18-30-57-791Z.xml BlankPage 1633912259 0.74 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 1524.714ms