home / tests

testsuites

5 rows where build_id = 17830

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
207303 17830 17830 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1772/artifact/log/WDIO.xunit-2024-01-30T02-26-17-891Z.xml Special RecentChanges 1706606779 3.649 1 0 0 0
207304 17830 17830 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1772/artifact/log/WDIO.xunit-2024-01-30T02-26-17-917Z.xml User 1706606779 6.21 2 0 0 0
207305 17830 17830 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1772/artifact/log/WDIO.xunit-2024-01-30T02-26-17-957Z.xml Page 1706606779 25.284 9 0 0 0
207306 17830 17830 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1772/artifact/log/WDIO.xunit-2024-01-30T02-26-17-973Z.xml Special Watchlist 1706606779 0.42 1 0 0 1
207307 17830 17830 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1772/artifact/log/WDIO.xunit-2024-01-30T02-26-20-562Z.xml BlankPage 1706606781 1.115 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 1763.681ms