diff --git a/config/playwright/playwright.config.ts b/config/playwright/playwright.config.ts index 7df79ba30..0bb3ef183 100644 --- a/config/playwright/playwright.config.ts +++ b/config/playwright/playwright.config.ts @@ -11,7 +11,7 @@ import { defineConfig, devices } from "@playwright/test" * See https://playwright.dev/docs/test-configuration. */ export default defineConfig({ - testDir: "./config/playwright/e2e", + // testDir: "", /* Run tests in files in parallel */ fullyParallel: true, /* Fail the build on CI if you accidentally left test.only in the source code. */