Skip to content

Commit 02bd103

Browse files
committed
Updated env_vars template file.
Needed after the update of seleniumbender.py
1 parent 52ba417 commit 02bd103

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bin/env_vars.sh.template

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
#!/bin/bash
22

3-
export CAPABILITIES='capabilities_firefox.yaml'
3+
export CAPABILITIES="capabilities_firefox.yaml"
44

55
SAUCELABS_USER=""
66
SAUCELABS_KEY=""
7-
export CODEBENDER_SELENIUM_HUB_URL=http://${SAUCELABS_USER}:${SAUCELABS_KEY}@ondemand.saucelabs.com:80/wd/hub
7+
export SAUCELABS_HUB_URL="http://${SAUCELABS_USER}:${SAUCELABS_KEY}@ondemand.saucelabs.com:80/wd/hub"
8+
export LOCAL_HUB_URL="http://127.0.0.1:4444/wd/hub"
9+
CODEBENDER_SELENIUM_HUB_URL=$LOCAL_HUB_URL
810

911
export CODEBENDER_TEST_USER=""
1012
export CODEBENDER_TEST_PASS=""

0 commit comments

Comments
 (0)