Skip to content

Commit

Permalink
fix: cant run ui tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
neindochoh committed Oct 23, 2023
1 parent 7d65c57 commit 116c8ff
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 116c8ff

Please sign in to comment.