Added “test:e2e:ui” script so you can see Playwright running
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
"clean:node_modules": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +",
|
||||
"typecheck": "turbo run typecheck",
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e:ui": "playwright test --ui",
|
||||
"test:e2e:dev": "turbo run test:e2e:dev",
|
||||
"test:e2e:ci": "turbo run test:e2e:ci",
|
||||
"setup": "turbo run generate db:migrate:force db:seed",
|
||||
|
||||
Reference in New Issue
Block a user