From 9196188cb98a64bde615a2f2099e1ac8fa40e384 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 10 Nov 2016 00:24:45 +0100 Subject: restarting chrome Docker container before running Selenium against it --- docker/selenium/launch_selenium_test.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docker/selenium') diff --git a/docker/selenium/launch_selenium_test.sh b/docker/selenium/launch_selenium_test.sh index d4d6bfd..0ae6709 100755 --- a/docker/selenium/launch_selenium_test.sh +++ b/docker/selenium/launch_selenium_test.sh @@ -17,6 +17,10 @@ fi # update wallet (cd $HOME/wallet-webex && git pull && ./configure && make) +eval $(docker-machine env) +# Yes, assume it's already running.. +docker restart big_heap + # call python3 selenium script python3 $HOME/wallet-webex/selenium/test.py \ --ext-unpacked $HOME/wallet-webex \ -- cgit v1.2.3