home / tests

testsuites

5 rows where build_id = 9710

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
135139 9710 9710 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7845/artifact/log/WDIO.xunit-2021-10-09T06-57-51-929Z.xml Page 1633784273 0.894 17 0 0 17
135140 9710 9710 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7845/artifact/log/WDIO.xunit-2021-10-09T06-57-56-515Z.xml Special RecentChanges 1633784278 0.83 2 0 0 2
135141 9710 9710 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7845/artifact/log/WDIO.xunit-2021-10-09T06-58-00-830Z.xml User 1633784282 6.202 2 0 0 0
135142 9710 9710 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7845/artifact/log/WDIO.xunit-2021-10-09T06-58-10-614Z.xml Special Watchlist 1633784292 2.767 2 0 0 2
135143 9710 9710 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7845/artifact/log/WDIO.xunit-2021-10-09T06-58-16-983Z.xml BlankPage 1633784298 0.804 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 1608.703ms