home / tests

testsuites

4 rows where build_id = 15025

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
191356 15025 15025 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/368/artifact/log/WDIO.xunit-2023-09-25T23-56-40-293Z.xml Special RecentChanges 1695707801 3.021 1 0 0 0
191357 15025 15025 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/368/artifact/log/WDIO.xunit-2023-09-25T23-56-40-295Z.xml Page 1695707801 21.45 9 0 0 0
191358 15025 15025 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/368/artifact/log/WDIO.xunit-2023-09-25T23-56-40-304Z.xml User 1695707801 5.44 2 0 0 0
191359 15025 15025 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/368/artifact/log/WDIO.xunit-2023-09-25T23-56-42-736Z.xml BlankPage 1695707803 0.779 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 1614.264ms