Open
Description
As a developer, I did installation for all needed tools/software into virtual machine spinning with Vagrant Up and Virtual Box.
With my Vagrant settings I have other than localhost domain name (actually it is just an IP address), and because of rigid localhost:8081 domain into the script, browser tests are not going properly, example file.
I expect that domain name was taken from somewhere environment, or (but probably it would not be good) there would be replacement for relative paths (which I basically did to make it works).