grpc-status0(�application/grpc grpc-encodinggzip����HN,K�OI-(�w�,�(M�uL.�+�M�)�y9�)�E%�i@Q]=C=c.]��t݂�|#9'�I/*H��L/J�Œ�^�Z\T�UZ�Z� J#� grpc-status0// @ts-check const { defineConfig } = require("@playwright/test"); module.exports = defineConfig({ testDir: "./tests", timeout: 30000, use: { baseURL: process.env.CAVE_URL || "http://localhost:8080", screenshot: "on", }, projects: [ { name: "chromium", use: { browserName: "chromium" }, }, ], reporter: [["list"], ["html", { open: "never" }]], outputDir: "test-results", });