alessandro trinca tornidor
test: add shortcut within package.json to exec playwright e2e tests
d0f407b
raw
history blame
416 Bytes
{
"name": "ai-pronunciation-trainer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "for x in chromium firefox webkit MobileChrome MobileSafari; do echo '# $x #''; pnpm playwright test --workers 1 --project=$x --retries=3; done"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@playwright/test": "^1.49.0"
}
}