-
Notifications
You must be signed in to change notification settings - Fork 20
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
Mink Zombie driver isn't working #57
Comments
You can override this from browser configuration array. Questions/Ideas:
|
@aik099 npm only shows a warning when the engine does not match, but it does not prevent installing it (yeah, I also consider it as WTF) |
@aik099 Given up with this one 'MinkBundle' did good job with phpunit. It didn't count WebAssert assertions but writing another proxy did the job. Works great with GhostDriver + MinkBundle + PHUUnit combination. |
@Shashikant86 , I don't understand you. If you have a computer where Zombie + MinkBundle + PHPUnit-Mink are installed and Zombie works in MinkBundle, but doesn't in PHPUnit-Mink, then surely there is something wrong with set of options used to connect to Zombie. I just wanted for you to print ones used at MinkBundle (at low level where ZombieServer class is created) and do the same for PHPUnit-Mink. |
I am working on a legacy project, introduced functional testing and ran into this issue. There is a |
@rbrisita , That is an expected Mink behavior, where session is auto-started upon page is visited via |
Just trying to run my phpunit tests through Mink and Zombie driver. Here is my config
I have installed zombie locally with npm and exported NODE_PATH in my .zshrc
When I run my test I get following
I am not sure if I am missing any config ?
Have someone tried that ?
The text was updated successfully, but these errors were encountered: