summaryrefslogtreecommitdiff
path: root/docker/selenium
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-13 02:26:35 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-13 02:26:35 +0100
commitc3a7e0686ad6ffa1fb5be96ea0e6401719a30c0d (patch)
treea1f17e73c3f32d29de8aa6839ac85e4e43560f33 /docker/selenium
parent7b0a63afe4c6dd3fd61d0bcb4f6e6dacfb0673af (diff)
downloaddeployment-c3a7e0686ad6ffa1fb5be96ea0e6401719a30c0d.tar.gz
deployment-c3a7e0686ad6ffa1fb5be96ea0e6401719a30c0d.tar.bz2
deployment-c3a7e0686ad6ffa1fb5be96ea0e6401719a30c0d.zip
fix how to pick selenium-server's IP
Diffstat (limited to 'docker/selenium')
-rwxr-xr-xdocker/selenium/launch_selenium_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/selenium/launch_selenium_test b/docker/selenium/launch_selenium_test
index 5e9a85b..76c353f 100755
--- a/docker/selenium/launch_selenium_test
+++ b/docker/selenium/launch_selenium_test
@@ -15,4 +15,4 @@ docker restart container_chrome
# call python3 selenium script
python3 $HOME/wallet-webex/selenium/withdraw_buy.py \
--ext=$HOME/ext.crx \
- --remote=http://$IP:4444/wd/hub
+ --remote=http://$(docker-machine ip):4444/wd/hub