home / tests

testsuites

5 rows where build_id = 4947

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
66841 4947 4947 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23756/artifact/log/WDIO.xunit-2021-10-04T11-48-25-525Z.xml Page 1633369706 0.719 17 0 0 17
66842 4947 4947 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23756/artifact/log/WDIO.xunit-2021-10-04T11-48-28-676Z.xml Special RecentChanges 1633369709 0.655 2 0 0 2
66843 4947 4947 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23756/artifact/log/WDIO.xunit-2021-10-04T11-48-31-676Z.xml User 1633369712 5.494 2 0 0 0
66844 4947 4947 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23756/artifact/log/WDIO.xunit-2021-10-04T11-48-39-508Z.xml Special Watchlist 1633369720 2.591 2 0 0 2
66845 4947 4947 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23756/artifact/log/WDIO.xunit-2021-10-04T11-48-44-457Z.xml BlankPage 1633369725 0.843 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 1561.894ms