-
- Downloads
noch ein Skript in package.json
... | @@ -4,7 +4,8 @@ | ... | @@ -4,7 +4,8 @@ |
"description": "", | "description": "", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"ui": "npx playwright test --ui" | "ui": "npx playwright test --ui", | ||
"last": "npx playwright show-report" | |||
}, | }, | ||
"author": "Jens Grochtdreis", | "author": "Jens Grochtdreis", | ||
"license": "ISC", | "license": "ISC", | ||
... | ... |
Please register or sign in to comment