conductor-framework/conductor

PhantomJSTests all fail

Opened this issue · 2 comments

What is the point of communication / support for conductor-framework?

I posted this issue: https://stackoverflow.com/questions/46583156/conductor-framework-3-0-1-does-not-support-phantomjs on Stackoverflow.

Conductor 3.0.1 refers to selenium 3.4.0 and phantomjs 1.2.1. For this version the PhantomJSTests fail because of this Selenium issue: SeleniumHQ/selenium#3534

Using the latest selenium 3.6.0 and phantomjs 1.4.0 does not pass them either because of this Selenium issue: SeleniumHQ/selenium#4781

I have had success with Selenium 3.5.3 and PhantomJS 1.4.0

Is PhantomJS supported by Conductor? If so why was 3.0.1. released with failing PhantomJS Tests?

phantomjs is on its way of being completely deprecated from the selenium source base. in fact, thanks for reminding me, i'll be removing the docker-selenium phantomjs image. These images are being replaced by "headless chrome" and "headless firefox".

Right now, phantomjs should still work, but the versioning might need to be fiddled with. In the meantime, see if you can enable headless chrome

Thank you @ddavison , I did not know there was such a thing as headless chrome (shame). Will try to move to headless chrome.