Skip to content

Commit

Permalink
fix(playwirght-script): reset e2e prior to run
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Mar 15, 2024
1 parent ec5bc44 commit 640baf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"build:netlify": "CI=false npm run build && npm run sourcemaps:upload",
"release": "npm version $npm_config_isomer_update && git push --tags",
"test": "craco test",
"test:playwright": "source .env && npx playwright test --ui",
"test:playwright": "source .env && npm run reset-e2e && npx playwright test --ui",
"test:ci": "node scripts/run-e2e.js run",
"test:email-ci": "node scripts/run-e2e.js run-email",
"test-e2e": "source .env && node scripts/run-e2e.js run",
Expand Down

0 comments on commit 640baf0

Please sign in to comment.