home / tests

testsuites

5 rows where build_id = 9718

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
135179 9718 9718 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7819/artifact/log/WDIO.xunit-2021-10-09T06-38-43-724Z.xml Page 1633783125 0.813 17 0 0 17
135180 9718 9718 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7819/artifact/log/WDIO.xunit-2021-10-09T06-38-47-828Z.xml Special RecentChanges 1633783129 0.784 2 0 0 2
135181 9718 9718 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7819/artifact/log/WDIO.xunit-2021-10-09T06-38-51-959Z.xml User 1633783133 6.081 2 0 0 0
135182 9718 9718 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7819/artifact/log/WDIO.xunit-2021-10-09T06-39-01-510Z.xml Special Watchlist 1633783143 3.167 2 0 0 2
135183 9718 9718 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7819/artifact/log/WDIO.xunit-2021-10-09T06-39-08-107Z.xml BlankPage 1633783149 0.981 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 1785.119ms