Closed fakedrake closed 9 years ago
I don't know your exact setup, but I'll take a stab at this anyway: is there some way you can just navigate to the page (e.g. file:///path/to/test.html) or webserver (e.g. http://test-server/test.html)?
I have no setup yet actually, I am just trying to figure out a good way to get all the features that I need from phantomjs.
phantomjs --remote-debugger-port=9000 lib/mocha-phantomjs.coffee <your tests> <reporter> <config as json>
Tracking the long term fix for this in #186
Is there a way to run the remote debugger from mocha-phantomjs?