diff --git a/package.json b/package.json index 72e4be7..c9a2895 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,9 @@ "build:deps": "NODE_ENV=production node utils/watch-rollup.js", "watch:rollup:deps": "node utils/watch-rollup.js", "preview": "vite preview", - "test": "playwright test --project \"edge@latest@localhost\" \"chrome@latest@localhost\" --retries 3", + "test": "playwright test --project \"edge@latest@localhost\" \"chrome@latest@localhost\" --workers 1 --retries 9", "test:local": "playwright test --project \"edge@latest@localhost\" \"chrome@latest@localhost\" --workers 1", - "test:post": "playwright test --project \"edge@latest@localhost\" \"chrome@latest@localhost\" --retries 3" + "test:post": "playwright test --project \"edge@latest@localhost\" \"chrome@latest@localhost\" --workers 1 --retries 9" }, "dependencies": { "@auth0/auth0-vue": "^1.0.2",