Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Jan 29, 2024
1 parent 98d3231 commit 1b853cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ e2eh$(VERSION):
open-e2e-tests-locally:
npm install -D cypress
npm ci
export CYPRESS_MOLLIE_TEST_API_KEY=$(MOLLIE_TEST_API_KEY)
export CYPRESS_baseUrl=$(baseUrl$(VERSION))
npx cypress open
npx cypress open --config baseUrl=$(ENV_baseUrl$(VERSION)) --env MOLLIE_TEST_API_KEY=$(ENV_MOLLIE_TEST_API_KEY)

run-e2e-tests-locally:
npm install -D cypress
Expand Down

0 comments on commit 1b853cb

Please sign in to comment.