18F / myusa

MyUSA was a single sign-on project for government, now deprecated. (More info: https://18f.gsa.gov/2015/05/18/myusa/)
Other
42 stars 9 forks source link

Cliver dependency issue (for phantomJS) while running test suite #760

Open bhaprayan opened 8 years ago

bhaprayan commented 8 years ago

I tried running the test suite after installation of the platform. However, there were multiple errors. All of them seem to be a dependency issue. Apparently 'Cliver' requires that 'phantomjs' be located in the system path. screenshot from 2016-04-23 10-11-23 (url) In order to solve this issue, I installed phantomjs and added it to the system path. I thought that we should mention this in the installation procedure, or another possible solution is to add the phantom-js gem to the project which would automatically handle the installation of PhantomJS.