Cliver dependency issue (for phantomJS) while running test suite
bhaprayan opened this issue · 0 comments
bhaprayan commented
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.
(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.