-
- Downloads
neues Skript in der 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", | ||
... | ... |
Please register or sign in to comment