home / tests

testsuites

5 rows where build_id = 749

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3085 749 749 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76202/artifact/log/WDIO.xunit-2021-09-23T02-00-28-899Z.xml Page 1632384030 0.713 17 0 0 17
3086 749 749 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76202/artifact/log/WDIO.xunit-2021-09-23T02-00-32-004Z.xml Special RecentChanges 1632384033 0.616 2 0 0 2
3087 749 749 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76202/artifact/log/WDIO.xunit-2021-09-23T02-00-34-983Z.xml User 1632384036 5.675 2 0 0 0
3088 749 749 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76202/artifact/log/WDIO.xunit-2021-09-23T02-00-43-066Z.xml Special Watchlist 1632384044 2.206 2 0 0 2
3089 749 749 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76202/artifact/log/WDIO.xunit-2021-09-23T02-00-47-762Z.xml BlankPage 1632384048 0.585 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 1501.233ms