home / tests

testsuites

5 rows where build_id = 16625

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
200603 16625 16625 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1700/artifact/log/WDIO.xunit-2024-01-09T19-26-20-503Z.xml Page 1704853582 27.372 9 0 0 0
200604 16625 16625 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1700/artifact/log/WDIO.xunit-2024-01-09T19-26-20-548Z.xml Special RecentChanges 1704853582 3.892 1 0 0 0
200605 16625 16625 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1700/artifact/log/WDIO.xunit-2024-01-09T19-26-20-578Z.xml Special Watchlist 1704853582 0.354 1 0 0 1
200606 16625 16625 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1700/artifact/log/WDIO.xunit-2024-01-09T19-26-20-590Z.xml User 1704853581 6.838 2 0 0 0
200607 16625 16625 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1700/artifact/log/WDIO.xunit-2024-01-09T19-26-23-463Z.xml BlankPage 1704853584 0.95 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 2669.895ms