Skip to content

Commit 2321338

Browse files
committed
Docker: Env var SE_NODE_PLATFORM_NAME can be set for Standalone
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
1 parent d99871d commit 2321338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Standalone/generate_config

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ -f /opt/selenium/browser_binary_location ] && [ -z "${SE_BROWSER_BINARY_LOC
4343
fi
4444

4545
if [[ -z "$SE_NODE_STEREOTYPE" ]]; then
46-
SE_NODE_STEREOTYPE="{\"browserName\": \"${SE_NODE_BROWSER_NAME}\", \"browserVersion\": \"${SE_NODE_BROWSER_VERSION}\", \"platformName\": \"Linux\", ${SE_BROWSER_BINARY_LOCATION}, \"se:containerName\": \"${SE_NODE_CONTAINER_NAME}\"}"
46+
SE_NODE_STEREOTYPE="{\"browserName\": \"${SE_NODE_BROWSER_NAME}\", \"browserVersion\": \"${SE_NODE_BROWSER_VERSION}\", \"platformName\": \"${SE_NODE_PLATFORM_NAME}\", ${SE_BROWSER_BINARY_LOCATION}, \"se:containerName\": \"${SE_NODE_CONTAINER_NAME}\"}"
4747
else
4848
SE_NODE_STEREOTYPE="$SE_NODE_STEREOTYPE"
4949
fi

0 commit comments

Comments
 (0)