feat: add github workflow for e2e tests

This commit is contained in:
QAComet
2024-04-22 22:01:06 -06:00
parent 04547e1bdf
commit d37b25c5a2
2 changed files with 96 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@
"start": "concurrently -P \"next start {@}\" \"yarn worker:prod\" --",
"build": "next build",
"lint": "next lint",
"e2e": "playwright test e2e",
"format": "prettier --write \"**/*.{ts,tsx,js,json,md}\""
},
"dependencies": {