From c38b8ff217b6f3e7e59a0bf535e90d9783a417cc Mon Sep 17 00:00:00 2001 From: tzhangchi Date: Wed, 21 Dec 2022 21:16:52 +0800 Subject: [PATCH] chore: add e2e test codegen command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4cf0b75a22..bfe30f73ae 100644 --- a/package.json +++ b/package.json @@ -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": {