Skip to content

Commit

Permalink
Fix e2e script
Browse files Browse the repository at this point in the history
  • Loading branch information
asimonok committed Sep 30, 2024
1 parent 952cef7 commit 5805992
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 @@ -79,7 +79,7 @@
"stop": "docker compose down",
"test": "jest --watch --onlyChanged",
"test:ci": "jest --maxWorkers 4 --coverage",
"test:e2e": "npx playwright test --ui",
"test:e2e": "npx playwright test",
"test:e2e:docker": "docker compose --profile e2e up --exit-code-from test",
"upgrade": "npm upgrade --save"
},
Expand Down

0 comments on commit 5805992

Please sign in to comment.