-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codeception\Util\Mink module is not configured #37
Comments
any chance you have php-curl installed? |
Yes, it is installed and running. |
that usually happens when codeception can't see/connect to the host. sounds more like a configuration issue with your environment or maybe codeception. Codeception/Codeception#533 |
Thank you but unfortunately non of these helps :(
Am I doing something wrong? By the way I can run custom codeception tests of my admin system without any problems. |
are you running this through a VM? or installed it through something like XAMPP? does it make a difference pointing to 127.0.0.1 instead of localhost, have you verified your virtual hosts config? |
I've tried both WAMP and XAMPP, without any luck. If I use 127.0.0.1 instead of localhost it can't connect at all, getting connection timeout. |
Hey,
I've run into the following problem...
I can open it just fine through the browser and postman.
This is my acceptance.suite.yml
And the test is as follows:
I'm using Windows. Any help is appreciated!
The text was updated successfully, but these errors were encountered: