home / tests

testsuites

5 rows where build_id = 15208

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193733 15208 15208 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1363/artifact/log/WDIO.xunit-2023-09-22T17-56-59-484Z.xml Page 1695427020 23.471 9 0 0 0
193734 15208 15208 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1363/artifact/log/WDIO.xunit-2023-09-22T17-56-59-526Z.xml Special Watchlist 1695427020 0.559 1 0 0 1
193735 15208 15208 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1363/artifact/log/WDIO.xunit-2023-09-22T17-56-59-530Z.xml User 1695427020 6.145 2 0 0 0
193736 15208 15208 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1363/artifact/log/WDIO.xunit-2023-09-22T17-56-59-550Z.xml Special RecentChanges 1695427020 3.343 1 0 0 0
193737 15208 15208 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1363/artifact/log/WDIO.xunit-2023-09-22T17-57-02-046Z.xml BlankPage 1695427023 0.655 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 7984.365ms