Skip to content

Commit

Permalink
Merge pull request #297 from Renumics/fix/cant-run-ui-tests-locally
Browse files Browse the repository at this point in the history
fix: cant run ui tests locally
  • Loading branch information
neindochoh authored Oct 23, 2023
2 parents 7d65c57 + 116c8ff commit 1ef542e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ui-test-%:
}
trap teardown EXIT
PORT="5005"
poetry run spotlight --host 127.0.0.1 --port $$PORT --no-browser . &
poetry run spotlight --host 127.0.0.1 --port $$PORT --no-browser --folder . &
export BACKEND_BASE_URL="http://127.0.0.1:$${PORT}"
export FRONTEND_BASE_URL="http://127.0.0.1:$${PORT}"
wget -q -t20 -w0.5 --retry-connrefused --delete-after "$$BACKEND_BASE_URL"
Expand Down

0 comments on commit 1ef542e

Please sign in to comment.