chore: add e2e test codegen command

This commit is contained in:
tzhangchi
2022-12-21 21:16:52 +08:00
parent b7bc57b823
commit c38b8ff217
+1
View File
@@ -10,6 +10,7 @@
"lint": "pnpm --filter @pathfinder/app lint",
"test": "playwright test",
"test:e2e": "playwright test",
"test:e2e:codegen":"npx playwright codegen http://localhost:8080",
"test:unit": "jest"
},
"devDependencies": {