From c1b560499c952df2bbe25b8d26fa193ea3c6746e Mon Sep 17 00:00:00 2001
From: Jens Grochtdreis <jens.grochtdreis@swr.de>
Date: Thu, 18 Jan 2024 13:58:32 +0100
Subject: [PATCH] neues Skript in der package.json

---
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 9431a4b..67ec13a 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
   "main": "index.js",
   "scripts": {
     "ui": "npx playwright test --ui",
-    "last": "npx playwright show-report"
+    "last": "npx playwright show-report",
+    "code": "npx playwright codegen"
   },
   "author": "Jens Grochtdreis",
   "license": "ISC",
-- 
GitLab