home / tests

testsuites

5 rows where build_id = 15031

✎ 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
191384 15031 15031 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/362/artifact/log/WDIO.xunit-2023-09-19T23-56-31-666Z.xml Page 1695189392 22.132 9 0 0 0
191385 15031 15031 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/362/artifact/log/WDIO.xunit-2023-09-19T23-56-31-716Z.xml Special RecentChanges 1695189393 2.616 1 0 0 0
191386 15031 15031 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/362/artifact/log/WDIO.xunit-2023-09-19T23-56-31-719Z.xml User 1695189393 4.528 2 0 0 0
191387 15031 15031 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/362/artifact/log/WDIO.xunit-2023-09-19T23-56-31-761Z.xml Special Watchlist 1695189392 0.48 1 0 0 1
191388 15031 15031 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/362/artifact/log/WDIO.xunit-2023-09-19T23-56-34-073Z.xml BlankPage 1695189395 0.748 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 1598.685ms