diff --git a/package.json b/package.json
index 9431a4bbc24169a55b88dc6fd8c41eca59faceaa..67ec13ac0c1d6dccd39a18d093228925f7c6aee7 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",