Skip to content

Commit

Permalink
ops: tweak test:e2e command for running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr committed Oct 25, 2024
1 parent ed45341 commit b16e2b6
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 @@ -31,7 +31,7 @@
"pretest": "npm run lint",
"test": "npm run test:e2e",
"pretest:e2e": "echo Starting Cypress integration tests...",
"test:e2e": "WAIT_ON_TIMEOUT=${WAIT_ON_TIMEOUT:-240000} start-server-and-test dev :8000 cy:run"
"test:e2e": "WAIT_ON_TIMEOUT=${WAIT_ON_TIMEOUT:-240000} start-server-and-test dev ${URL:-http://localhost:${PORT:-8000}} cy:run"
},
"dependencies": {
"@loadable/babel-plugin": "^5.16.1",
Expand Down

0 comments on commit b16e2b6

Please sign in to comment.