home / tests

testsuites

5 rows where build_id = 16600

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
200308 16600 16600 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1725/artifact/log/WDIO.xunit-2024-01-12T21-45-20-257Z.xml Page 1705121121 27.909 9 0 0 0
200309 16600 16600 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1725/artifact/log/WDIO.xunit-2024-01-12T21-45-20-275Z.xml User 1705121121 10.246 2 0 0 0
200310 16600 16600 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1725/artifact/log/WDIO.xunit-2024-01-12T21-45-20-294Z.xml Special Watchlist 1705121121 0.567 1 0 0 1
200311 16600 16600 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1725/artifact/log/WDIO.xunit-2024-01-12T21-45-20-314Z.xml Special RecentChanges 1705121121 6.278 1 0 0 0
200312 16600 16600 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1725/artifact/log/WDIO.xunit-2024-01-12T21-45-23-197Z.xml BlankPage 1705121125 1.805 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 1930.345ms