Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Sid
2026-05-11 16:30:58 +05:30
committed by GitHub
parent 229b49282e
commit 02a573a3e1

View File

@@ -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 (<project-root>/tests/*).
When reviewing Electron-specific Playwright tests, treat `<project-root>/tests/**` as the canonical location for specs, typically matching `<project-root>/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.