wttech/bobcat

Junit Runner : Local Run with Selenium docker

Closed this issue · 0 comments

When i execute a test using Junit runner in local machine , the ip address to aem local server is "localhost:4502/.../..." and the test works fine.

Problem Statement
Given I build local selenium grid using docker image
When I execute the test in local machine
Then the test executes in docker image selenium node successfully
Error
localhost is not accessible in selenium node docker image ; we need pass the local ip address
"xx.xx.xx.xx:4502/siteadmin"

How to replace the localhost to local ip address for Junit Runner ?