test(e2e) : add Playwright setup with product and category CRUD specs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-02-13 09:07:23 +01:00
parent 62127a33f5
commit dbf8c8856b
7 changed files with 611 additions and 1 deletions

5
.gitignore vendored
View File

@@ -22,3 +22,8 @@ logs
.env
.env.*
!.env.example
# Playwright
e2e/.auth/
playwright-report/
test-results/