|
|
|
|
|
by gcb0
4398 days ago
|
|
you are all doing it wrong... we use phantomjs on its own. and run the test code in it. so its analogous to loading the target page, and then running your code/test in a browser dev console. you take care of concurrency and retries in your preferred shell. this also allows things like integration with Makefiles, etc. using it inside node is just masochism. |
|