Enhance Playwright test coverage and refactor e2e authentication tests

- Improved validation checks with element ID and class-specific locators for better accuracy and resilience.
- Removed outdated form behaviors (e.g., "Remember me" and test-only shortcuts) for updated flows.
- Refactored test cases to reflect backend changes, and standardized password validation and error messages.
- Updated selector usage to leverage `getByRole` for improved accessibility testing.
- Reorganized and optimized test timeouts and interactivity delays for faster execution.
This commit is contained in:
Felipe Cardoso
2025-11-01 13:12:15 +01:00
parent 976fd1d4ad
commit a95b25cab8
8 changed files with 376 additions and 287 deletions

3
frontend/.gitignore vendored
View File

@@ -12,7 +12,8 @@
# testing
/coverage
playwright-report
test-results
# next.js
/.next/
/out/