-
-
Notifications
You must be signed in to change notification settings - Fork 752
Closed
Labels
Description
What are you trying to achieve?
When I first got started; I was getting the error: Couldn't connect to selenium server
Then, I typed:
phantomjs --webdriver=4444
And my test scripts are running.
In sake of simplicity; shouldn't be nice to have a selenium server running on the fly on every codeceptjs execution? Why I should manually open a separate selenium server?
It would be easier for developers to run one command and see a headless execution outcome quickly..
Would be great to see a solution around this sometime soon :)
Thanks!