commit 48c63465446a7cbfb41fdddd930e5332161a8d20 parent f508abf3bc0ee75694ade928e090a3bfb8668bd8 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Thu, 10 Nov 2016 00:18:26 +0100 small fixes to selenium launcher Diffstat:
| M | docker/selenium/launch_selenium_test.sh | | | 9 | ++++----- |
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git 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