rework of the e2e test suites
This commit is contained in:
@@ -10,7 +10,12 @@
|
||||
"format:check": "prettier --check resources/",
|
||||
"lint": "eslint . --fix",
|
||||
"types": "tsc --noEmit",
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e": "npm run test:ui",
|
||||
"test:ui": "playwright test",
|
||||
"test:ui:purchase": "playwright test --project=purchase",
|
||||
"test:ui:auth": "playwright test --project=auth",
|
||||
"test:ui:admin": "playwright test --project=admin",
|
||||
"test:ui:guest": "playwright test --project=guest",
|
||||
"test:unit": "vitest run"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user