home / tests

testsuites

5 rows where build_id = 15030

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests

id ▼ build_id url name timestamp time tests failures errors skipped
191379 15030 15030 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/363/artifact/log/WDIO.xunit-2023-09-20T23-56-33-590Z.xml Page 1695275794 23.088 9 0 0 0
191380 15030 15030 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/363/artifact/log/WDIO.xunit-2023-09-20T23-56-33-601Z.xml User 1695275794 5.198 2 0 0 0
191381 15030 15030 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/363/artifact/log/WDIO.xunit-2023-09-20T23-56-33-602Z.xml Special Watchlist 1695275794 0.493 1 0 0 1
191382 15030 15030 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/363/artifact/log/WDIO.xunit-2023-09-20T23-56-33-615Z.xml Special RecentChanges 1695275794 3.212 1 0 0 0
191383 15030 15030 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/363/artifact/log/WDIO.xunit-2023-09-20T23-56-36-060Z.xml BlankPage 1695275797 0.795 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 1707.717ms