home / tests

testsuites

5 rows where build_id = 16614

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
200446 16614 16614 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1711/artifact/log/WDIO.xunit-2024-01-11T22-51-26-441Z.xml Special RecentChanges 1705038687 7.144 1 0 0 0
200447 16614 16614 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1711/artifact/log/WDIO.xunit-2024-01-11T22-51-26-454Z.xml Page 1705038688 34.429 9 0 0 0
200448 16614 16614 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1711/artifact/log/WDIO.xunit-2024-01-11T22-51-26-514Z.xml User 1705038688 12.172 2 0 0 0
200449 16614 16614 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1711/artifact/log/WDIO.xunit-2024-01-11T22-51-26-538Z.xml Special Watchlist 1705038687 0.554 1 0 0 1
200450 16614 16614 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1711/artifact/log/WDIO.xunit-2024-01-11T22-51-28-978Z.xml BlankPage 1705038689 2.139 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 1941.153ms