home / tests

testsuites

5 rows where build_id = 13668

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
181270 13668 13668 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/102/artifact/log/WDIO.xunit-2021-12-03T15-51-44-878Z.xml Page 1638571905 0.539 17 0 0 17
181271 13668 13668 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/102/artifact/log/WDIO.xunit-2021-12-03T15-51-47-237Z.xml Special RecentChanges 1638571908 0.498 2 0 0 2
181272 13668 13668 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/102/artifact/log/WDIO.xunit-2021-12-03T15-51-49-527Z.xml User 1638571910 4.03 2 0 0 0
181273 13668 13668 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/102/artifact/log/WDIO.xunit-2021-12-03T15-51-55-338Z.xml Special Watchlist 1638571916 1.621 2 0 0 2
181274 13668 13668 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/102/artifact/log/WDIO.xunit-2021-12-03T15-51-58-707Z.xml BlankPage 1638571919 0.441 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 1627.482ms