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 Sep 7, 2022. It is now read-only.
Hi.
With the changes in the newest version option flags passed to phantomjs no longer work. In this PR #91 it was changed so flags are added after the script file but this is wrong it needs to be before the script file.
From the phantomJS documentation:
So using flags: ['--load-images=false'] no longer works now. It also causes a lot of out tests to actually crash if we try to use flags. I'm guessing because it's parsing the flags we use as arguments and something goes wrong.
Hi.
With the changes in the newest version option flags passed to phantomjs no longer work. In this PR #91 it was changed so flags are added after the script file but this is wrong it needs to be before the script file.
From the phantomJS documentation:
So using
flags: ['--load-images=false']
no longer works now. It also causes a lot of out tests to actually crash if we try to use flags. I'm guessing because it's parsing the flags we use as arguments and something goes wrong.This is also what's causing issue #92
The text was updated successfully, but these errors were encountered: