mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 12:30:02 +08:00
feat: add playwright e2e testing framework (#4468)
* feat: add playwright e2e testing framework
This commit is contained in:
@@ -20,7 +20,10 @@
|
||||
"build:analyze": "pnpm vite build --mode analyze",
|
||||
"dev": "pnpm vite --mode development",
|
||||
"preview": "vite preview",
|
||||
"typecheck": "vue-tsc --noEmit --skipLibCheck"
|
||||
"typecheck": "vue-tsc --noEmit --skipLibCheck",
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e-ui": "playwright test --ui",
|
||||
"test:e2e-codegen": "playwright codegen"
|
||||
},
|
||||
"imports": {
|
||||
"#/*": "./src/*"
|
||||
|
Reference in New Issue
Block a user