Add Playwright E2E testing setup

- Added Playwright configuration for automated and visual E2E tests
- Updated Next.js configuration to accept localhost:3003 for testing
- Included Playwright as a dev dependency

💘 Generated with Crush
Co-Authored-By: Crush <crush@charm.land>
This commit is contained in:
Sebastien Castiel
2025-08-02 09:44:51 -04:00
parent a11efc79c1
commit 9d375bb6be
9 changed files with 244 additions and 2 deletions

3
.gitignore vendored
View File

@@ -25,6 +25,9 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
# crush
.crush/
# local env files
.env*.local
*.env