summaryrefslogtreecommitdiff
path: root/docker/selenium
diff options
context:
space:
mode:
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