From 48c63465446a7cbfb41fdddd930e5332161a8d20 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 10 Nov 2016 00:18:26 +0100 Subject: small fixes to selenium launcher --- docker/selenium/launch_selenium_test.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'docker') diff --git a/docker/selenium/launch_selenium_test.sh b/docker/selenium/launch_selenium_test.sh index ac30ecb..909284c 100755 --- a/docker/selenium/launch_selenium_test.sh +++ b/docker/selenium/launch_selenium_test.sh @@ -15,10 +15,9 @@ fi # update wallet -(cd $HOME/wallet-webex && git pull && tsc) - -# build crx file -$HOME/deployment/docker/selenium/crxmake.sh $HOME/wallet-webex private.pem +(cd $HOME/wallet-webex && git pull && ./configure && make) # call python3 selenium script -python3 $HOME/wallet-webex/selenium/test.py --ext $HOME/wallet-webex.crx --remote http://$IP:4444/wd/hub +python3 $HOME/wallet-webex/selenium/test.py \ + --ext-unpacked $HOME/wallet-webex.crx \ + --remote http://$IP:4444/wd/hub -- cgit v1.2.3