feat: add e2e npm scripts for playwright test execution
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
"lint": "next lint",
|
||||
"test": "vitest",
|
||||
"test:ui": "vitest --ui",
|
||||
"test:coverage": "vitest run --coverage"
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"e2e": "playwright test",
|
||||
"e2e:debug": "playwright test --debug --headed",
|
||||
"e2e:report": "playwright show-report"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.15.0",
|
||||
|
||||
Reference in New Issue
Block a user