chimp.js configuration - the browser is not opening localhost

88 Views Asked by At

I am having problem with chimp.js configuration. When I run tests the browser is not using provided host / post. I tried many things but without success. Does anyone know how to set up it properly? Please find my config in screenshot provided.

enter image description here

enter image description here

2

There are 2 best solutions below

1
Xolv.io On BEST ANSWER

When the browser first starts, it defaults to data;. You need to navigate somewhere first.

The host and port settings are not related to browsing. They tell Chimp where the Selenium server is, which by default is chromedriver.

0
Rachomir On

I had to setup beforeFeature hook to start using localhost:3000