Added “test:e2e:ui” script so you can see Playwright running

This commit is contained in:
Matt Aitken
2023-11-06 16:35:11 +00:00
parent c37e7f3030
commit 0d8530028f
+1
View File
@@ -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",