test(app): fix e2e
This commit is contained in:
parent
1466b43c5c
commit
95e9407e63
4 changed files with 145 additions and 17 deletions
|
|
@ -15,6 +15,7 @@
|
|||
"serve": "vite preview",
|
||||
"test": "playwright test",
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e:local": "bun script/e2e-local.ts",
|
||||
"test:e2e:ui": "playwright test --ui",
|
||||
"test:e2e:report": "playwright show-report e2e/playwright-report"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue