You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
BTW, is it imperative to use 2.0.0? I am asking because other frameworks (casper.js) use below 2.0.0 so for me it needs to replace phantomjs to switch between both
If your tests work on PhantomJS 2.x then that means Lotte is compatible with that version of PhantomJS. I haven't personally tested with anything above 1.9, however it appears from what you are saying that tests run and complete successfully on 2.x?
EDIT: You can also use --no-verify on the command line to skip PhantomJS version checks.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Lotte is expecting PhantomJS to be above 2.0.0 but PhantomJS is at =2.0.0 instead of <2.0.0
line 3
const PHANTOMJS_VERSION = '<2.0.0'
The text was updated successfully, but these errors were encountered: