home / tests

testsuites

5 rows where build_id = 13627

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
180999 13627 13627 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15310/artifact/log/WDIO.xunit-2021-11-16T15-26-49-611Z.xml Page 1637101611 0.686 17 0 0 17
181000 13627 13627 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15310/artifact/log/WDIO.xunit-2021-11-16T15-26-52-703Z.xml Special RecentChanges 1637101615 0.698 2 0 0 2
181001 13627 13627 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15310/artifact/log/WDIO.xunit-2021-11-16T15-26-57-214Z.xml User 1637101618 12.493 2 0 0 0
181002 13627 13627 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15310/artifact/log/WDIO.xunit-2021-11-16T15-27-12-304Z.xml Special Watchlist 1637101636 3.009 2 0 0 2
181003 13627 13627 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15310/artifact/log/WDIO.xunit-2021-11-16T15-27-20-350Z.xml BlankPage 1637101641 1.399 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 1585.385ms