File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cookbooks/selenium-server/attributes
roles/adobe/roles/ccmui/roles/selenium-server/attributes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
source " $( dirname " ${BASH_SOURCE[0]} " ) /../../jdk/attributes/default.bash"
4
4
5
- export SELENIUM_SERVER_DOWNLOAD_URL=' http://selenium-release.storage.googleapis.com/2.46 /selenium-server-standalone-2.46.0 .jar'
5
+ export SELENIUM_SERVER_DOWNLOAD_URL=' http://selenium-release.storage.googleapis.com/2.47 /selenium-server-standalone-2.47.1 .jar'
6
6
7
7
export SELENIUM_SERVER_INSTALL_FOLDER=' /opt/selenium-server/node'
8
8
export SELENIUM_SERVER_JDK_INSTALL_FOLDER=" ${JDK_INSTALL_FOLDER} "
@@ -14,4 +14,4 @@ export SELENIUM_SERVER_GROUP_NAME='selenium'
14
14
15
15
export SELENIUM_SERVER_PORT=' 5555'
16
16
export SELENIUM_SERVER_HUB_PORT=' 4444'
17
- export SELENIUM_SERVER_HUB_HOST=' selenium-private.ccmui.adobe.com '
17
+ export SELENIUM_SERVER_HUB_HOST=' 127.0.0.1 '
Original file line number Diff line number Diff line change 3
3
export CCMUI_SELENIUM_SERVER_DISK=' /dev/sdb'
4
4
export CCMUI_SELENIUM_SERVER_MOUNT_ON=' /opt'
5
5
6
- export CCMUI_SELENIUM_SERVER_HUB_HOST=' 127.0.0.1 '
6
+ export CCMUI_SELENIUM_SERVER_HUB_HOST=' selenium-private.ccmui.adobe.com '
You can’t perform that action at this time.
0 commit comments