-
Notifications
You must be signed in to change notification settings - Fork 54
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
Phantomjs failure on win10. "Cliver::Dependency::Not Found" #2
Comments
Thanks to Mark Sun in Coursera, the issue is resolved by moving the phantom folder out of "Program Files" folder and changing "PATH" accordingly. |
@SpartaSixZero is the man indeed! :) Thank you Mark Sun! |
Yes - Although "phantomjs --version" will work with it installed in
"Program Files", phantomjs (at least 2.1.1) must be installed in a
directory without spaces in it for Capybara to find it at test time. I
moved mine to c:/apps/ and all worked fine.
…On Thu, Dec 8, 2016 at 10:02 PM, Kalman Hazins ***@***.***> wrote:
@ SpartaSixZero is the man indeed! :)
Thank you Mark Sun!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHCb2jPM8XOuS-eeEhVKuF7sp38IozLIks5rGMTQgaJpZM4LIbIk>
.
|
Haha, no problem! This is actually a known issue in the past. I did a search in Coursera and found some very similar questions. Gotta give credit to past mentors like Aina. I saw her answer worked so I just used that one. |
Mark, Pls add it to the FAQs |
I was just thinking about doing that! I will add that in. |
Thanx! |
I followed the steps in the videos to do the blackbox-testing for "my_first_app". However, failures were encountered (shown as below).
I have installed Phantomjs and add the path to environment variables. As a result, I am able to check the version of it.
But when running "rspec", it showed an error that
"Cliver::Dependency::NotFound:
Could not find an executable at given path 'c:/Program Files/phantomjs-2.1.1-windows/bin/phantomjs.EXE'.If this path was not specified explicitly, it is probably a bug in Cliver."
I was wondering whether it's an issue of the version of phantomjs I use (2.1.1) or something else. If it is, how can I backtrack to a previous version?
Thanks.
The text was updated successfully, but these errors were encountered: