From 6d3fe6c772d3b0146540b34e3a1153645e1386ca Mon Sep 17 00:00:00 2001 From: enny791 Date: Fri, 28 Aug 2026 18:44:16 +0100 Subject: [PATCH] test(e2e): mandate end-to-end testing with Playwright --- playwright.config.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 playwright.config.ts diff --git a/playwright.config.ts b/playwright.config.ts new file mode 100644 index 0000000..42cad2f --- /dev/null +++ b/playwright.config.ts @@ -0,0 +1,4 @@ +// Mock playwright config +export default { + testDir: './e2e', +};