Skip to content

Commit

Permalink
Remove baseURL from quick e2e test command
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-mather committed Sep 17, 2024
1 parent 4bc2357 commit 8175cc7
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 @@ -11,7 +11,7 @@
"test": "vitest",
"knip": "knip",
"cy:run": "cypress run --browser firefox",
"e2e": "start-server-and-test dev http://localhost:3000/informatics/PIPE-5195-dementia-risk cy:run"
"e2e": "start-server-and-test dev http://localhost:3000 cy:run"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
Expand Down

0 comments on commit 8175cc7

Please sign in to comment.