Add way to run the e2e test

This commit is contained in:
Mohamad Tarbin
2026-08-10 22:47:36 -04:00
parent 34aa76504e
commit 2b7dfe68c2
3 changed files with 120 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:report": "playwright show-report"
"test:report": "playwright show-report",
"test:full": "./run-e2e.sh"
},
"devDependencies": {
"@playwright/test": "^1.44.0"