diff --git a/CODING_STANDARDS.md b/CODING_STANDARDS.md index 616a2c764..d04b0dd94 100644 --- a/CODING_STANDARDS.md +++ b/CODING_STANDARDS.md @@ -61,7 +61,7 @@ Remember, these rules are here to make our codebase harmonious. If something doe ### E2E Tests -When reviewing Electron-specific Playwright tests (/tests/*). +When reviewing Electron-specific Playwright tests, treat `/tests/**` as the canonical location for specs, typically matching `/tests/**/*.spec.{ts,js}`. For broader Playwright workflow guidance, also refer to `docs/playwright-testing-guide.md`. Goal: rewrite or critique the tests so they are genuinely behavioural, maintainable, and safely parallelizable.