home / tests

testsuites

5 rows where build_id = 13670

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
181280 13670 13670 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/100/artifact/log/WDIO.xunit-2021-12-01T15-43-16-842Z.xml Page 1638398598 0.872 17 0 0 17
181281 13670 13670 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/100/artifact/log/WDIO.xunit-2021-12-01T15-43-20-431Z.xml Special RecentChanges 1638398602 0.748 2 0 0 2
181282 13670 13670 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/100/artifact/log/WDIO.xunit-2021-12-01T15-43-23-858Z.xml User 1638398605 5.548 2 0 0 0
181283 13670 13670 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/100/artifact/log/WDIO.xunit-2021-12-01T15-43-32-036Z.xml Special Watchlist 1638398613 2.429 2 0 0 2
181284 13670 13670 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/100/artifact/log/WDIO.xunit-2021-12-01T15-43-37-163Z.xml BlankPage 1638398618 0.543 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 1564.79ms