From 9dd307d40ab79b4a21b25ff2926f0c9232a233ec Mon Sep 17 00:00:00 2001 From: Daria Domina Date: Sat, 1 Nov 2025 21:36:59 +0100 Subject: [PATCH] intentionally faulty config for testing --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index cd599c8..31160a1 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -12,7 +12,7 @@ import { defineConfig, devices } from '@playwright/test'; * See https://playwright.dev/docs/test-configuration. */ export default defineConfig({ - testDir: './tests', + testDir: './non-existent-tests', /* Run tests in files in parallel */ fullyParallel: true, /* Fail the build on CI if you accidentally left test.only in the source code. */