-
- Downloads
erstes Skript in die package.json
... | ... | @@ -3,7 +3,9 @@ |
"version": "1.1.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": {}, | ||
"scripts": { | ||
"ui": "npx playwright test --ui" | ||
}, | ||
"author": "Jens Grochtdreis", | ||
"license": "ISC", | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment