home / tests

testsuites

5 rows where build_id = 13669

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
181275 13669 13669 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/101/artifact/log/WDIO.xunit-2021-12-02T15-42-54-686Z.xml Page 1638484975 0.615 17 0 0 17
181276 13669 13669 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/101/artifact/log/WDIO.xunit-2021-12-02T15-42-57-126Z.xml Special RecentChanges 1638484978 0.555 2 0 0 2
181277 13669 13669 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/101/artifact/log/WDIO.xunit-2021-12-02T15-42-59-455Z.xml User 1638484980 4.913 2 0 0 0
181278 13669 13669 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/101/artifact/log/WDIO.xunit-2021-12-02T15-43-06-173Z.xml Special Watchlist 1638484987 1.99 2 0 0 2
181279 13669 13669 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/101/artifact/log/WDIO.xunit-2021-12-02T15-43-09-878Z.xml BlankPage 1638484990 0.565 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 1603.305ms