If jasmine provides wrong URL's for phantom you get no hint of whats going wrong.
In my case I had a setup where, for whatever reason, jasmine called the phantomrunner with wrong options where the host property contained the protocol twice, e.g. "host":"http://http://localhost:9000/"
In the jasmine.js setup function something like this would be helpful:
If jasmine provides wrong URL's for phantom you get no hint of whats going wrong.
In my case I had a setup where, for whatever reason, jasmine called the phantomrunner with wrong options where the host property contained the protocol twice, e.g.
"host":"http://http://localhost:9000/"
In the jasmine.js setup function something like this would be helpful:
The text was updated successfully, but these errors were encountered: