Skip to content

Commit

Permalink
Make sure PATH stays
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Valchev committed May 22, 2020
1 parent fe705cb commit fe8143c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ behat-api-quiet: ## to run behat API tests quietly
behat-js: ## to run behat JS tests
make server
echo "Running Behat e2e tests. Make sure you have the latest version of Google Chrome installed"
./run_behat_tests.sh
. ./run_behat_tests.sh
## run the selenium server. chromedriver executable must be in $PATH
vendor/bin/selenium-server-standalone >/dev/null 2>&1 &
sleep 2s
Expand All @@ -86,7 +86,7 @@ behat-js: ## to run behat JS tests
behat-js-quiet: ## to run behat JS tests quietly
make server
echo "Running Behat e2e tests. Make sure you have the latest version of Google Chrome installed"
./run_behat_tests.sh
. ./run_behat_tests.sh
## run the selenium server. chromedriver executable must be in $PATH
vendor/bin/selenium-server-standalone >/dev/null 2>&1 &
sleep 2s
Expand Down

0 comments on commit fe8143c

Please sign in to comment.