home / tests

testsuites

5 rows where build_id = 17675

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
204526 17675 17675 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/493/artifact/log/WDIO.xunit-2024-01-28T23-56-45-377Z.xml Page 1706511406 24.2 9 0 0 0
204527 17675 17675 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/493/artifact/log/WDIO.xunit-2024-01-28T23-56-45-402Z.xml Special RecentChanges 1706511406 3.314 1 0 0 0
204528 17675 17675 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/493/artifact/log/WDIO.xunit-2024-01-28T23-56-45-416Z.xml Special Watchlist 1706511406 0.599 1 0 0 1
204529 17675 17675 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/493/artifact/log/WDIO.xunit-2024-01-28T23-56-45-428Z.xml User 1706511406 5.72 2 0 0 0
204530 17675 17675 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/493/artifact/log/WDIO.xunit-2024-01-28T23-56-48-075Z.xml BlankPage 1706511409 0.821 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 1620.968ms