Files
rf4-spotter/apps/web/playwright.config.ts
T

8 lines
188 B
TypeScript

import { defineConfig } from "@playwright/test";
export default defineConfig({
testDir: "./tests",
use: { baseURL: process.env.WEB_URL || "http://127.0.0.1:4321" },
retries: 0,
});