home / tests

testsuites

5 rows where build_id = 16350

✎ 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
197903 16350 16350 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/474/artifact/log/WDIO.xunit-2024-01-09T23-56-47-470Z.xml Page 1704869808 22.453 9 0 0 0
197904 16350 16350 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/474/artifact/log/WDIO.xunit-2024-01-09T23-56-47-508Z.xml Special RecentChanges 1704869808 3.318 1 0 0 0
197905 16350 16350 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/474/artifact/log/WDIO.xunit-2024-01-09T23-56-47-547Z.xml User 1704869808 5.49 2 0 0 0
197906 16350 16350 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/474/artifact/log/WDIO.xunit-2024-01-09T23-56-47-548Z.xml Special Watchlist 1704869809 0.453 1 0 0 1
197907 16350 16350 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/474/artifact/log/WDIO.xunit-2024-01-09T23-56-50-301Z.xml BlankPage 1704869811 0.71 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 1555.992ms