From c1393e95be5ea6b8e6f8183be9e2636c9b2053e4 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Mon, 27 Dec 2021 23:53:43 +0100 Subject: [PATCH] add script npm run codegen --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1252a8d..470c64d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "scripts": { "login": "npx playwright open --save-storage=auth.json https://www.epicgames.com/login", + "codegen": "npx playwright codegen --load-storage=auth.json https://www.epicgames.com/store/en-US/free-games", "start": "npx playwright test --timeout 10000", "debug": "npx playwright test --debug" },