Event Timeline
I couldn't run the tests, searched for the issue; but I couldn't find a solution for the ERR_CONNECTION_REFUSED
(Session info: headless chrome=86.0.4240.75).
Any help would be great!
Hi @Hulya, By seeing your core location /Users/hulyakarakaya/Desktop/core I'm wondering why you placed core in desktop?
Generally, core should be placed in your default root folder of the web server for instance /Users/hulyakarakaya/var/www/html/core (if you are in linux system). and yes it depends on your operating system aswell.
Oh, I've placed the project into the root and ran with Docker and chrome driver. I am getting this response:
chromedriver --url-base=wd/hub --port=4444
Starting ChromeDriver 86.0.4240.22 (398b0743353ff36fb1b82468f63a3a93b4e2e89e-refs/branch-heads/4240@{#378}) on port 4444
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
In another terminal, I am running npm run selenium-test and getting these errors. I am using macOS Catalina Version: 10.15.4