home / tests

testsuites

5 rows where build_id = 16568

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
200050 16568 16568 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2344/artifact/log/WDIO.xunit-2024-01-12T00-39-18-427Z.xml Special Watchlist 1705045160 0.657 1 0 0 1
200051 16568 16568 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2344/artifact/log/WDIO.xunit-2024-01-12T00-39-18-596Z.xml Special RecentChanges 1705045160 6.775 1 0 0 0
200052 16568 16568 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2344/artifact/log/WDIO.xunit-2024-01-12T00-39-18-599Z.xml Page 1705045160 34.844 9 0 0 0
200053 16568 16568 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2344/artifact/log/WDIO.xunit-2024-01-12T00-39-18-607Z.xml User 1705045160 15.471 2 0 0 0
200054 16568 16568 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2344/artifact/log/WDIO.xunit-2024-01-12T00-39-22-514Z.xml BlankPage 1705045165 1.66 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 1611.396ms