summaryrefslogtreecommitdiff
path: root/docker/selenium
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-10 00:18:26 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-10 00:18:26 +0100
commit48c63465446a7cbfb41fdddd930e5332161a8d20 (patch)
tree666b022ea7c6df59fded0d98faf9e28f3d6b898e /docker/selenium
parentf508abf3bc0ee75694ade928e090a3bfb8668bd8 (diff)
downloaddeployment-48c63465446a7cbfb41fdddd930e5332161a8d20.tar.gz
deployment-48c63465446a7cbfb41fdddd930e5332161a8d20.tar.bz2
deployment-48c63465446a7cbfb41fdddd930e5332161a8d20.zip
small fixes to selenium launcher
Diffstat (limited to 'docker/selenium')
-rwxr-xr-xdocker/selenium/launch_selenium_test.sh9
1 files changed, 4 insertions, 5 deletions
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