In my custom image I have Nginx on port 80 and with option in vritual host server_name: sandbox. When I run acceptance tests I get error in Chrome connections refiused to sandbox.
The question How I can access the sandbox from webdriver service
Thanks for fast reponse. I’ve checked to the reference example. I have the same settings but Chrome still show connection refused. Look at the screenshot. In the screenshot I’am accessing another step in the pipeline. May be is it dictated by that I’m running step sandbox and sp in parallel?
Before that I’ve had step with name app and I’ve figured out the Chrome automatically redirect http://app to https://app also as all TLD .dev and http://dev/.
Is ther way to connect selenium and image and debug?