taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 149cfd9de880e72686e467001245ddf0f5e99c60
parent b0be987af1154ee2a160a5ab78a4aed8d61c69ba
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Sun, 13 Nov 2016 02:18:31 +0100

selenium: calling new named script

Diffstat:
Mdocker/selenium/launch_chrome_container | 2+-
Mdocker/selenium/launch_selenium_test | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/selenium/launch_chrome_container b/docker/selenium/launch_chrome_container @@ -1,4 +1,4 @@ #!/bin/bash # If container runs out of heap space, add '-e JAVA_OPTS=-Xmx2g' -docker run -d -p 4444:4444 selenium/standalone-chrome-debug +docker run -name container_chrome -d -p 4444:4444 selenium/standalone-chrome-debug diff --git a/docker/selenium/launch_selenium_test b/docker/selenium/launch_selenium_test @@ -13,6 +13,6 @@ eval $(docker-machine env) docker restart container_chrome # call python3 selenium script -python3 $HOME/wallet-webex/selenium/test.py \ +python3 $HOME/wallet-webex/selenium/withdraw_buy.py \ --ext=$HOME/ext.crx \ --remote=http://$IP:4444/wd/hub